EDE code
Go to file
Sanel Zukan 405df2ef3c Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to
use 'command -v' instead of 'which', making it more portable.
2012-04-02 18:59:07 +00:00
build Addopted to recent changes in edelib-gui*.pc files 2011-11-21 14:09:18 +00:00
data Obsolete file 2011-11-13 20:42:00 +00:00
doc Fixed few things for easier compilation with FLTK 1.3. 2011-08-03 12:20:37 +00:00
ede-about Updated year 2011-09-15 14:07:46 +00:00
ede-autostart Center it 2011-11-03 21:48:31 +00:00
ede-bell-conf Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
ede-bug-tools Removing checks for efltk and updating README. Squashing few warnings. 2011-10-24 08:15:47 +00:00
ede-calc Squeezed some warnings. 2009-11-23 15:09:06 +00:00
ede-conf Added entry for ede-preferred-applications 2011-10-20 15:18:33 +00:00
ede-desktop Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp 2011-11-10 14:20:58 +00:00
ede-desktop-conf Use same color as in ede-desktop 2011-10-24 14:58:34 +00:00
ede-dialog Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
ede-help Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to 2012-04-02 18:59:07 +00:00
ede-image-view Fixed few things for easier compilation with FLTK 1.3. 2011-08-03 12:20:37 +00:00
ede-keyboard-conf Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
ede-launch Explicitly include limits.h for PATH_MAX 2011-10-29 15:49:31 +00:00
ede-panel Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp 2011-11-10 14:20:58 +00:00
ede-preferred-applications find_index() exists only in fltk 1.3.x 2011-10-29 16:06:27 +00:00
ede-screen-lock Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to 2012-04-02 18:59:07 +00:00
ede-screensaver-conf Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
ede-timedate Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
ede-tip Use EDE_APPLICATION to init localization code and set default (and much saner) font size. 2010-03-28 12:54:45 +00:00
efiler Removing efltk checks. Small fix inside pekwm.m4 2011-11-14 08:54:06 +00:00
elma a massive fix of FLTK headers inclusion; 2008-09-15 11:00:23 +00:00
emountd Use edelib implementation of daemon() since Solaris family do not provide it. 2009-11-17 12:39:38 +00:00
evoke Use ConsoleKit (instead of obsolete Hal) to do restart/shutdown 2011-11-20 23:38:14 +00:00
m4 Removing efltk checks. Small fix inside pekwm.m4 2011-11-14 08:54:06 +00:00
pekwm Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp 2011-11-10 14:20:58 +00:00
services Removing unused service 2011-11-09 16:30:12 +00:00
tools Use SOURCE var where can 2011-10-20 14:18:11 +00:00
AUTHORS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
AUTHORS.pekwm Importing pekwm as alternative wm. Adopting it to ede build system including autoconf checks. 2011-10-23 00:10:40 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Jamconfig.in Addopted to recent changes in edelib-gui*.pc files 2011-11-21 14:09:18 +00:00
Jamfile Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to 2012-04-02 18:59:07 +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 Removing checks for efltk and updating README. Squashing few warnings. 2011-10-24 08:15:47 +00:00
autogen.sh Synced with autogen.sh from edelib. 2009-11-20 15:29:47 +00:00
configure.in Addopted to recent changes in edelib-gui*.pc files 2011-11-21 14:09:18 +00:00

README

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.3.0.

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.

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'

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. go in ede2 directory and run './autogen.sh'

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

5. jam

6. jam install