Take a deep breath and relax. Everything will be fine. Installation can be relatively painless if you know what to do. Just try these steps and all will be well. Just be aware that these are the instructions for installing on Ubuntu. If you want to install on another platform you will have to go to the official site documentation.
1. Make sure that you already have the correct libraries installed. You will need to have these:
- m4
- autoconf
- automake (1.7 or higher)
- libtool
- pkg-config
- texinfo
- zlib
- libpng
- jpeg
- freetype2
- xorg-x11 or xfree86
- x11-libs
- dbus
- hal
- pam (required for desklock)
- liblua (5.1)
2. Install your eight core libraries. They should be installed in this order:
- Eina
- Eet
- Evas
- Ecore
- Efreet
- Embryo
- Edje
- E_DBus
The simplest way to do that is with the following commands.
$ svn co http://svn.enlightenment.org/svn/e/trunk/eina eina-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/eet eet-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/evas evas-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/ecore ecore-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/efreet efreet-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/embryo embryo-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/edje edje-svn$ svn co http://svn.enlightenment.org/svn/e/trunk/e_dbus e_dbus-svn
3. Install the directories with this code.
$ ./autogen.sh$ make $ make install (as root)
Just be sure that you enter each of the corresponding directories, in the order that we installed them above, and compile them.
4. Use this code to install the Enlightenment software itself.
$ svn co http://svn.enlightenment.org/svn/e/trunk/e e17-svn then this code
$ cd /path/to/e17/apps/e$ ./autogen.sh$ make$ make install
5. Run the software with this code.
$ sudo ldconfig$ make install$ make install

click to enlarge