Compiling and Installing E17 on Debian Sarge – GNU/Linux.

I was struggling to install E17 from CVS on my Debian system. I couldn’t find out the exact steps that I have to follow. Recently I joined e-users mailing list and I got help from one the members. The steps are given below.

cd
mkdir src
cd src
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/eet
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/edb
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/evas
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/ecore
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/embryo
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/libs/edje
cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/e

cd e17/lib/eet
./autogen.sh && ./configure && make && sudo make install

cd ../edb
./autogen.sh && ./configure && make && sudo make install

cd ../evas
./autogen.sh && ./configure && make && sudo make install

cd ../ecore
./autogen.sh && ./configure && make && sudo make install

cd ../embryo
./autogen.sh && ./configure && make && sudo make install

cd ../edje
./autogen.sh && ./configure && make && sudo make install

cd ../../apps/e
./autogen.sh && ./configure && make && sudo make install

enlightenment_start

These steps are derived from the user guide at
http://www0.get-e.org/E17_User_Guide/English/_pages/2.1.html

Here is my initial screen shot.

My E17 Desktop Screenshot

This entry was posted in debian, e17, linux and tagged , , , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>