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.
