Skip to content

kraileth/ede

This branch is 3 commits behind edeproject/ede:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5489ef0 · May 3, 2018
Jun 29, 2016
Dec 16, 2015
Oct 2, 2013
Dec 16, 2015
Feb 4, 2013
May 7, 2012
Jul 13, 2016
Nov 23, 2009
Oct 20, 2011
Nov 28, 2014
Dec 16, 2015
Mar 28, 2010
Apr 2, 2012
Apr 25, 2012
Dec 3, 2014
Jun 20, 2014
Dec 16, 2015
Jul 13, 2016
Jan 7, 2013
Apr 2, 2012
Dec 4, 2014
May 16, 2012
May 3, 2018
Jul 13, 2016
Nov 14, 2011
Mar 2, 2014
Nov 9, 2011
Jun 21, 2014
Mar 15, 2007
Oct 23, 2011
Mar 15, 2007
May 30, 2013
Oct 2, 2013
Apr 16, 2009
Sep 27, 2007
Jun 16, 2016
Nov 20, 2009
Jun 23, 2014

Repository files navigation

EDE

EDE is small and fast desktop environment that uses FLTK toolkit. For more details and philosophy behind it, check about EDE on our wiki.

Build requirements

EDE is using FLTK toolkit from http://www.fltk.org. At the time of this writing, the latest stable tree is 1.3.x.

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 and is released together with EDE.

We strongly recommend that you use matching versions of EDE and edelib (e.g. released at the same time) or you make repository 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 - git clone https://github.com/edeproject/jam.git
  • edelib - git clone https://github.com/edeproject/edelib.git
  • ede - git clone https://github.com/edeproject/ede.git

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 ede directory and run ./autogen.sh

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

  5. jam

  6. jam install

Please note how this document is quick and short tutorial about EDE installation. For more details, please check Installation Howto on our wiki.

Packages

No packages published

Languages

  • C++ 56.0%
  • C 39.1%
  • Makefile 1.8%
  • Shell 1.3%
  • M4 1.0%
  • XSLT 0.6%
  • Other 0.2%