|
E17 CVS Status
Main CVS - HEAD
Should build cleanly, follow
directions
on the e web site.

CVS branch - SPLIT
Work is going on in CVS branch SPLIT, porting applications and
libraries to evas2. So far, ebits, e17, and etcher have been ported.
Work is continuing on e17 at the moment.
Building SPLIT
- Install HEAD except for e17, ebg, ebony & etcher.
- Install SPLIT-e17/libs/evas2. *
- SPLIT - e17/libs/ebg.
- SPLIT - e17/apps/ebony
- SPLIT - e17/libs/ebits.
- SPLIT - e17/apps/e17.
- SPLIT - e17/apps/etcher
|
* - To build evas2, read the README. I usually run
./autogen.sh, followed by using
./configure --enable-software-x11 --enable-image-loader-png --enable-image-loader-jpeg --enable-cpu-p2-only --enable-cpu-mmx --enable-cpu-sse --enable-cpu-c --enable-scale-smooth --enable-scale-sample --enable-convert-16-rgb-565 --enable-convert-16-rgb-555 --enable-convert-16-rgb-rot-0 --enable-convert-32-rgb-8888 --enable-convert-32-bgr-8888 --enable-convert-32-rgb-rot-0 --enable-image-loader-edb --enable-image-loader-eet --enable-image-loader-jpeg
|