EDE code
Go to file
Sanel Zukan fbeb5d07f2 Reordering repository 2016-06-08 12:33:46 +00:00
build Fix with appending flags 2009-04-16 16:46:05 +00:00
data Fix variable name for the final icon theme directory 2009-04-22 11:00:57 +00:00
doc Very tiny documentation revision. 2009-03-30 15:17:00 +00:00
ecolorconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ede-about Very tiny documentation revision. 2009-03-30 15:17:00 +00:00
ede-bell-conf Merged changed pkg.m4 from edelib 2009-03-03 11:47:30 +00:00
ede-calc Names changed too 2008-09-22 12:54:46 +00:00
ede-conf Updating to the new IconLoader code. 2009-03-25 10:33:40 +00:00
ede-crasher Removed deprecated functions. 2009-04-16 11:18:34 +00:00
ede-desktop Call dbus flags/libs declared in Jamconfig 2009-04-16 16:47:49 +00:00
ede-desktop-conf Update to the latest IconLoader changes. 2009-03-25 11:13:12 +00:00
ede-help Refactored globals used by build system 2009-02-20 15:29:11 +00:00
ede-image-view Updated needed files to reflect the latest renaming 2009-02-26 11:34:15 +00:00
ede-launch Very tiny documentation revision. 2009-03-30 15:17:00 +00:00
ede-panel Fix a warning 2009-04-16 11:36:33 +00:00
ede-screensaver-conf Replaced deprecated functions 2009-04-16 11:27:28 +00:00
ede-timedate Seems how some of the Linux headers (or glibc) has typedef-ed uint. FreeBSD does not 2009-04-16 11:29:49 +00:00
ede-tip Fixed some warnings 2009-04-16 17:01:19 +00:00
edewm Fixing code to use config.h as default config incude file 2009-02-20 13:10:21 +00:00
edialog Removed obsolete makefiles. 2007-09-27 13:58:59 +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
ekeyconf 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 Process shutdown signal 2009-02-26 13:25:21 +00:00
epanelconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
evoke Let efiler be compiled only when WITH_EFILER=1 was given. 2009-04-22 10:37:55 +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 Removed obsolete line 2009-04-18 14:22:06 +00:00
services Adding org.equinoxproject.StartupNotify.service.in 2009-03-27 09:38:50 +00:00
tools Removing obsolete Jamfile 2009-02-19 08:40:41 +00:00
AUTHORS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Jamconfig.in Let sun compiler does not get gcc specific flags that will break the build 2009-04-16 16:56:14 +00:00
Jamfile Let efiler be compiled only when WITH_EFILER=1 was given. 2009-04-22 10:37:55 +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.alpha Very tiny documentation revision. 2009-03-30 15:17:00 +00:00
autogen.sh Copied from edelib 2009-02-24 13:39:50 +00:00
configure.in Warn if efltk wasn't found. 2009-04-10 17:11:11 +00:00

README.alpha

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

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

[NOTE]
.This is alpha 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 runnig '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
- ede-panel

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