So I did this for Debian users, helped Fedora users find the RPMs, yet I don't have either of those as my standard desktop!
Instead I am a Gentoo user. So here is a howto for gentoo. It is really simple actually thanks to vapier making some nice ebuilds. First off whilst enlightenment was in the main portage tree it has recently be demoted to its own personal tree. So we must add an overlay.
Lets get started, install the utility layman (Note: subversion might need installed as well):
Code:
# emerge -av layman
...
# echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
# layman --fetch
# layman --list
....
* enlightenment [Subversion] (source: http://overlays.gentoo.org...)
....
# layman --add enlightenment
Now you have the overlay setup. You can install enlightenment and its various packages (you may require to unmask stuff).
One of the really good things about gentoo is (unlike the Fedora and Debian examples) it works from the CVS directly. Gentoo will download and install fresh from the CVS every time you update. Nice!
Two things to note, to update the new enlightenment overlay use:
Code:
# layman -S
Also this is all development code, so you must understand that it might break/crash etc, however my experience has been solid. It no longer crashes from me anymore.
Enjoy!