2009-01-14 16:15:44 +03:00
|
|
|
Readme for EDE 2.0
|
|
|
|
==================
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-10-08 13:49:22 +04:00
|
|
|
Please read this document before using or contributing to EDE 2.0 source code.
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
[NOTE]
|
2009-10-08 13:49:22 +04:00
|
|
|
.This is beta product
|
2009-01-14 16:15:44 +03:00
|
|
|
===================================
|
|
|
|
EDE 2.0 is not finished yet and many components are not completed,
|
|
|
|
can crash or misbehave
|
|
|
|
===================================
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2007-03-17 14:28:25 +03:00
|
|
|
Build requirements
|
|
|
|
------------------
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
EDE 2.0 is using FLTK toolkit from http://www.fltk.org[www.fltk.org]. At the time
|
2009-03-30 19:17:00 +04:00
|
|
|
of this writing, latest stable version is 1.1.9.
|
2007-09-06 17:06:34 +04:00
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
Since FLTK lacks many things needed for developing a full *nix desktop
|
2009-01-14 16:15:44 +03:00
|
|
|
environment, we have developed a small add-on library called 'edelib'. This
|
2009-03-30 19:17:00 +04:00
|
|
|
library is also required for compiling EDE 2.0 and should be released together with EDE.
|
2009-01-14 16:15:44 +03:00
|
|
|
|
|
|
|
We *strongly* recommend that you use matching versions of ede and
|
2009-03-30 19:17:00 +04:00
|
|
|
edelib (e.g. released at the same time) or that you do SVN checkout at the same time due
|
|
|
|
their frequent changes.
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
Make sure you have eFLTK installed too, because some packages still requires it.
|
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
Also you will need a Jam tool. Jam is a make replacement and you can find it on our repository.
|
2009-01-14 16:15:44 +03:00
|
|
|
|
|
|
|
Downloading the code
|
|
|
|
--------------------
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
The best way to download latest code is checking it out from our repository. These modules
|
|
|
|
you should checkout (with their paths):
|
2007-03-17 14:28:25 +03:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
- jam : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/jam'
|
|
|
|
- edelib : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/edelib'
|
|
|
|
- ede : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/ede2'
|
|
|
|
- efltk : 'svn co https://ede.svn.sourceforge.net/svnroot/ede/trunk/efltk'
|
2007-03-17 14:28:25 +03:00
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
If you already have Jam installed, there is no need to download it.
|
|
|
|
|
2009-01-14 16:51:40 +03:00
|
|
|
Compiling and installing
|
|
|
|
------------------------
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
In order to build and install EDE do the following steps:
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-10-08 13:49:22 +04:00
|
|
|
1. compile and install jam first; going to jam source directory and running 'make' will do
|
2009-03-30 19:17:00 +04:00
|
|
|
the job; after that you should get 'bin.YOUR_PLATFORM' directory (on Linux it will be
|
2009-01-14 16:15:44 +03:00
|
|
|
bin.linux) and copy 'jam' executable in your $PATH, e.g. /usr/local/bin
|
2007-03-19 13:32:09 +03:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
2. compile and install edelib; please read README file in edelib directory
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
3. compile and install efltk; './configure --disable-mysql --disable-unixODBC && make && make install'
|
|
|
|
will do the job
|
2006-08-23 14:59:00 +04:00
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
4. go in ede2 directory and run './autogen.sh'
|
2007-09-06 17:06:34 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
5. after that, goes './configure --enable-debug'
|
2007-09-06 17:06:34 +04:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
6. jam
|
2007-03-17 14:28:25 +03:00
|
|
|
|
2009-01-14 16:15:44 +03:00
|
|
|
7. jam install
|
2007-03-17 14:28:25 +03:00
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
Used programs that requires eFLTK
|
|
|
|
---------------------------------
|
2006-08-23 14:59:00 +04:00
|
|
|
|
|
|
|
- edewm
|
|
|
|
|
2009-03-30 19:17:00 +04:00
|
|
|
These programs are planned to be replaced with the new ones.
|