Stable releases
Stable releases are for your daily usage. They are old, but complete.
EDE equires eFLTK, so make sure you download it and compile first.
Unstable releases
These are the latest work and heading for the stable 2.0 release. If you would like to help with testing (or similar), you would use these.
Unstable 2.0 releases requires eFLTK too and jam. Please read InstallationHowTo2.0b for the further instructions.
Netinstall
You can also download, compile and install EDE via NetInstall script by running:
./netinstall --config ede-2.0b.cfg
Just make sure you have needed packages noted in InstallationHowTo2.0b.
Repository source
To download latest source code from repository, you will need a subversion installed. This should not be a problem since subversion is pretty standard on every distribution.
Here is how to checkout each EDE 1.x compontent:
ede: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/ede
efltk: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/efltk
themes: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/themes
Here is how to checkout EDE 2.0 components:
ede: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/ede2
efltk: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/efltk
edelib: svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/edelib
or directly browse it to see what is there.

