EDE code
Go to file
Sanel Zukan 642a549e72 Make it compileable again. 2009-03-25 11:20:05 +00:00
build Added rule for installing D-BUS service files 2009-03-06 14:15:32 +00:00
data Added EdeProgramBare rule, that will link with FLTK libs, without images 2009-03-06 12:12:27 +00:00
doc Removed link without link 2009-03-03 11:48:41 +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-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 Merged changed pkg.m4 from edelib 2009-03-03 11:47:30 +00:00
ede-desktop Update to the latest IconLoader changes. 2009-03-25 11:13:12 +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 Renaming EdeProgramBar to EdeProgramAsFltkBare; much more descriptive 2009-03-06 12:43:03 +00:00
ede-panel Merged changed pkg.m4 from edelib 2009-03-03 11:47:30 +00:00
ede-screensaver-conf Update changes in run_* commands 2009-02-27 14:51:55 +00:00
ede-timedate Make it compileable again. 2009-03-25 11:20:05 +00:00
ede-tip Added ede-bell-conf, a tool to configure system bell (that annoying beep thing) 2009-02-26 11:15:27 +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 Added missing ede-settings-apply 2009-03-03 13:32:59 +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 Added EDE_CHECK_DIR m4 macro for directory existance checking 2009-03-06 17:30:58 +00:00
services Use prefix instead bindir, since autoconf will not expand it 2009-03-06 18:16:27 +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 Added EDE_CHECK_DIR m4 macro for directory existance checking 2009-03-06 17:30:58 +00:00
Jamfile Added EDE_CHECK_DIR m4 macro for directory existance checking 2009-03-06 17:30:58 +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 Use dataroot variable too so user supplied paths could be checked 2009-03-06 17:43: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, 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.