EDE code
Go to file
Sanel Zukan 6b6b9bc53e Removed unfinished bluring code 2009-02-24 13:43:17 +00:00
build Refactored globals used by build system 2009-02-20 15:29:11 +00:00
data Fix an syntax error 2009-02-20 16:41:05 +00:00
doc Some docs enhacements. 2009-01-14 13:15:44 +00:00
ecolorconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
ede-about Read version from config.h 2009-01-23 14:20:53 +00:00
ede-calc Names changed too 2008-09-22 12:54:46 +00:00
ede-conf New config file format 2009-02-23 15:05:24 +00:00
ede-crasher Generate translation strings 2009-02-20 13:00:37 +00:00
ede-desktop Let ede-desktop run system installed ede-desktop-conf 2009-02-20 17:14:31 +00:00
ede-desktop-conf Removed unfinished bluring code 2009-02-24 13:43:17 +00:00
ede-help Refactored globals used by build system 2009-02-20 15:29:11 +00:00
ede-panel Fixing code to use config.h as default config incude file 2009-02-20 13:10:21 +00:00
ede-screensaver-conf Added header infos. 2009-01-23 13:12:52 +00:00
ede-timedate Making it compileable. Some options are disabled until external runner with 2009-02-23 15:28:58 +00:00
ede-tip Changes in build scripts 2009-01-26 12:31:01 +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
eimage Removed title box from menu 2007-12-12 13:02:35 +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
elauncher 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 Changes in build scripts 2009-01-26 12:31:01 +00:00
epanelconf Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
evoke Removing "ede" prefix for config files 2009-02-23 14:48:53 +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 uneeded space 2009-02-23 10:12:39 +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
BUGS Updated tracker address 2008-08-25 13:55:39 +00:00
COPYING Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
ChangeLog Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
HACKING Dumping extension 2009-01-14 12:35:22 +00:00
Jamconfig.in Refactored globals used by build system 2009-02-20 15:29:11 +00:00
Jamfile Removing obsolete Jamfile 2009-02-19 08:40:41 +00:00
Jamrules startede will be created by configure 2009-01-23 15:10:55 +00:00
Makefile Removed obsolete makefiles. 2007-09-27 13:58:59 +00:00
NEWS Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
README.alpha Create TOC 2009-01-14 13:51:40 +00:00
autogen.sh Copied from edelib 2009-02-24 13:39:50 +00:00
configure.in Link with efltk xml library when images are used 2009-02-20 12:44:15 +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, last released version was 1.1.7 and 1.1.8 was coming really soon. We 
recommend using the latest daily snapshot - they are extremely stable and 
that's what we use internally - although 1.1.7 should work too.

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.

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 removes a lot 
of its limitations 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. Make sure
you checkout jam (if you already don't have it installed), edelib, ede2 and efltk modules.

Here are the commands:

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

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

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

6. jam

7. jam install

Important stuff that isn't updated (requires efltk)
---------------------------------------------------

- edewm
- eworkpanel

We are in the process of rewriting these modules from scratch so older versions
will be provided

- efinder
It will be ported to fltk1 as soon as we finish efiler (see below) cause we 
would like to use same widgets for displaying file list.

- emenueditor
It will either be completely rewritten or removed, because EDE 2 will use XDG menus
(FreeDesktop.org).

New modules in EDE 2.0
----------------------

- edialog
Command line utility for displaying dialogs (useful for scripting). It is very
UNFINISHED.

- efiler
Simple and lightweight file manager. Currently it's fully functional, but we 
plan some more features.

- eimage
Small image viewer. Likewise, functional but a few features will be added.

- ede-calc
Scientific calculator.

TODO: to be filled

Contributors wanted
-------------------

As usualy, every help is very appreciated :)

Also, EDE code is sparkled with comments starting with TODO and FIXME - 
please see what of that you can do (just type e.g. "grep TODO . -R" or "grep FIXME . -R"). 
EDE coding standards and EDE HIG documents are being prepared.