Small cleanup. Added link for ede-notify-daemon docs.

This commit is contained in:
Sanel Zukan 2012-05-28 14:25:53 +00:00
parent eb175fa89f
commit fde927b627
2 changed files with 9 additions and 23 deletions

12
README
View File

@ -10,14 +10,14 @@ As every software project, EDE is always in development so your contribution is
Build requirements
------------------
EDE is using FLTK toolkit from http://www.fltk.org[www.fltk.org]. At the time
EDE is using FLTK toolkit from http://www.fltk.org[www.fltk.org]. At the time
of this writing, 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
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
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.
@ -40,8 +40,8 @@ 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
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

View File

@ -1,21 +1,6 @@
/////////////////////////////////////////////////
From this file is generated index.html
and is placed in 'manual' directory.
Also rest of the html files are generated
from various places in the tree and put
in 'manual' too.
Knowing this, url links should point in
local directory, not 'manual'.
Before doing _any_ changes, consulting asciidoc
documentation about tags and usage will be applauded.
/////////////////////////////////////////////////
{edeversion} manual
{edeversion} manual
===================
:Revision: 0.1
:Revision: 0.2
*Introduction*
@ -29,6 +14,7 @@
- link:ede-tip.html[ede-tip]
- link:evoke.html[evoke]
- link:emountd.html[emountd]
- link:ede-notify-daemon.html[ede-notify-daemon]
*Development*