Help - Search - Members - Calendar
Full Version: how to install enlightenment d17
linux-noob.com/forums > Linux Noob > Tips and Tricks
hijinks
first its only out for cvs.. make sure you have the following libraries installed

http://enlightenment.org/Enlightenment/Get...ment/index.html

that explains what you need installed.. any new distro with the basics installed should be fine

so lets grab it from cvs

CODE
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/enlightenment co e17

when it prompts you for a password just hit enter.. sometimes sourceforge is very slow on the cvs server.. so just give it a few minutes

now that you have it all downloaded.. lets compile it.. this is long.. but fun smile.gif

CODE
cd e17/libs/imlib2
./autogen.sh
./configure --prefix=/usr
make
make install

cd ../edb/
./autogen.sh
make
make install

cd ../eet/
./autogen.sh
make
make install

cd ../evas/
./autogen.sh
make
make install

cd ../ecore/
./autogen.sh
make
make install

cd ../epeg/
./autogen.sh
make
make install

cd ../embryo/
./autogen.sh
make
make install

cd ../edje/
./autogen.sh
make
make install

cd ../epsilon/
./autogen.sh
make
make install

cd ../esmart/
./autogen.sh
make
make install

cd ../emotion/
./autogen.sh
ldconfig -v
make
make install

cd ../etox/
./autogen.sh
make
make install

cd ../ewl/
./autogen.sh
make
make install

cd ../../apps/iconbar
./autogen.sh
make
make install

cd ../entice/
./autogen.sh
make
make install

cd ../entrance/
./autogen.sh
make
make install

cd ../elicit/
./autogen.sh
make
make install

cd ../e/
./autogen.sh
make
make install


finally compiled and install... YAYAYA

now for me i don't use like gdm.. i just type startx and boot right into X so for me to run E i just do this

CODE
echo enlightenment > ~/.xinitrc


then when you exit out of X and run startx it should load E.. this was tested on slackware 10.2
hijinks
to config the menu bar and such do this

CODE
cd e17/libs/engrave
./autogen.sh
make
make install

cd ../../apps/e_utils
./autogen.sh
make
make install


then you should be able to run entangle

i think thats how toy edit in e17 smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.