E17 cvs
From Freespire
Home-->Documentation-->Hints & Tips-->Installing Enlightenment DR-17
Installing Enlightenment DR-17 from cvs source.
This install of e17 does not conflict with the CnR version of Enlightenment. It also installs the latest & greatest version from the CVS. But it is not for the timmid. There are two ways to go, but both start the same.
NOTE: All instructions assume that you know how to install based on your user/root prefence.
Step 1 remove Automake 1.4 either via CnR or APT
Step 2 CnR the following aisle, Stuff needed from CnR to install E17 or via APT
apt-get install automake1.9 cvsutils flex libbz2-dev libimlib2-dev libltdl3-dev
libpng3-dev libsqlite3-dev libagc0 libagc0-dev libtiff4-dev libungif4-dev sqlite3
Step 3 For some Enlightenment apps, xine-lib-1.1.1 is required. If you want this function, xine-lib-1.1.1 needs to be obtained, built & installed. From the command line type;
wget http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-1.1.1.tar.gz tar zxvf xine-lib-1.1.1.tar.gz
cd /xine-lib-1.1.1
./configure && make && make install
Step 4 Get, Build & install e17.
Option A - Downloading, building & installing by hand.
Option B - Utilizing an existing install (unoffical) script.

