EDE code
Go to file
2010-03-22 01:51:43 +00:00
build Applied a little bit modified patch from José Romildo on bug #168 (DESTDIR support). 2009-10-13 15:51:25 +00:00
data Use sysconfdir variable if was given via '--sysconfdir' flag to configure script. 2010-01-19 14:41:51 +00:00
doc Removed jambuild.txt entry in Jamfile. 2009-12-28 13:11:33 +00:00
ecolorconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ede-about Updated year 2010-03-22 01:51:43 +00:00
ede-autostart Reduced warnings on gcc 4.4.1. 2009-11-20 17:08:29 +00:00
ede-bell-conf Squeezed some warnings. 2009-11-23 15:09:06 +00:00
ede-bug-tools Handle case when va_list is array. 2010-03-06 17:28:21 +00:00
ede-calc Squeezed some warnings. 2009-11-23 15:09:06 +00:00
ede-conf Call ede-keyboard-conf when clicked on applet. 2009-11-13 11:53:02 +00:00
ede-desktop Use common netwm code from edelib. 2009-12-24 15:47:29 +00:00
ede-desktop-conf Reduced warnings on gcc 4.4.1. 2009-11-20 17:08:29 +00:00
ede-dialog Reduced warnings on gcc 4.4.1. 2009-11-20 17:08:29 +00:00
ede-help Removed incomplete edialog. 2009-08-12 15:26:38 +00:00
ede-image-view Added Remove(), Flush() and Set() D-Bus calls, related to XSETTINGS, in evoke. 2009-12-07 13:46:52 +00:00
ede-keyboard-conf Line up with spaces 2010-02-23 16:28:34 +00:00
ede-launch Do not state things that are not implemented 2010-03-07 14:03:30 +00:00
ede-panel Update icon on demand 2010-03-09 23:38:57 +00:00
ede-screensaver-conf Squeezed some warnings. 2009-11-23 15:09:06 +00:00
ede-timedate Reduced warnings on gcc 4.4.1. 2009-11-20 17:08:29 +00:00
ede-tip Reduced warnings on gcc 4.4.1. 2009-11-20 17:08:29 +00:00
edewm Fixing code to use config.h as default config incude file 2009-02-20 13:10:21 +00:00
edisplayconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
efiler Try very hard to find icon of different name/size if the exact match 2008-10-29 11:27:34 +00:00
efinder Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
einstaller Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
elma a massive fix of FLTK headers inclusion; 2008-09-15 11:00:23 +00:00
emenueditor Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
emountd Use edelib implementation of daemon() since Solaris family do not provide it. 2009-11-17 12:39:38 +00:00
epanelconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
evoke Added Remove(), Flush() and Set() D-Bus calls, related to XSETTINGS, in evoke. 2009-12-07 13:46:52 +00:00
evolume Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ewmconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
exset Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
m4 Use sysconfdir variable if was given via '--sysconfdir' flag to configure script. 2010-01-19 14:41:51 +00:00
services Adding org.equinoxproject.StartupNotify.service.in 2009-03-27 09:38:50 +00:00
tools Importing tool for easier documenting jam build sources. 2009-11-26 14:08:22 +00:00
AUTHORS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
autogen.sh Synced with autogen.sh from edelib. 2009-11-20 15:29:47 +00:00
configure.in Handle case when va_list is array. 2010-03-06 17:28:21 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Jamconfig.in Straight use of sysconfdir variable 2010-01-19 13:49:49 +00:00
Jamfile Importing tool for keyboard configuration 2009-11-06 15:45:48 +00:00
Jamrules Let sun compiler does not get gcc specific flags that will break the build 2009-04-16 16:56:14 +00:00
Makefile Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
README Marking it as beta 2009-10-08 09:49:22 +00:00

Readme for EDE 2.0
==================

Please read this document before using or contributing to EDE 2.0 source code.

[NOTE]
.This is beta product
===================================
EDE 2.0 is not finished yet and many components are not completed,
can crash or misbehave
===================================

Build requirements
------------------

EDE 2.0 is using FLTK toolkit from http://www.fltk.org[www.fltk.org]. At the time 
of this writing, latest stable version is 1.1.9.

Since FLTK lacks many things needed for developing a full *nix desktop 
environment, we have developed a small add-on library called 'edelib'. This 
library is also required for compiling EDE 2.0 and should be released together with EDE.

We *strongly* recommend that you use matching versions of ede and 
edelib (e.g. released at the same time) or that you do SVN checkout at the same time due
their frequent changes.

Make sure you have eFLTK installed too, because some packages still requires it.

Also you will need a Jam tool. Jam is a make replacement and you can find it on our repository.

Downloading the code
--------------------

The best way to download latest code is checking it out from our repository. These modules
you should checkout (with their paths):

- 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'

If you already have Jam installed, there is no need to download it.

Compiling and installing
------------------------

In order to build and install EDE do the following steps:

1. compile and install jam first; going to jam source directory and running 'make' will do 
   the job; after that you should get 'bin.YOUR_PLATFORM' directory (on Linux it will be 
   bin.linux) and copy 'jam' executable in your $PATH, e.g. /usr/local/bin

2. compile and install edelib; please read README file in edelib directory

3. compile and install efltk; './configure --disable-mysql --disable-unixODBC && make && make install'
   will do the job

4. go in ede2 directory and run './autogen.sh'

5. after that, goes './configure --enable-debug'

6. jam

7. jam install

Used programs that requires eFLTK
---------------------------------

- edewm

These programs are planned to be replaced with the new ones.