mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Small cleanup. Added link for ede-notify-daemon docs.
This commit is contained in:
parent
eb175fa89f
commit
fde927b627
12
README
12
README
@ -10,14 +10,14 @@ As every software project, EDE is always in development so your contribution is
|
|||||||
Build requirements
|
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.
|
of this writing, latest stable tree is 1.3.x.
|
||||||
|
|
||||||
Since FLTK lacks many things needed for developing a full *nix desktop
|
Since FLTK lacks many things needed for developing a full *nix desktop
|
||||||
environment, we have developed a small add-on library called 'edelib'. This
|
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.
|
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
|
edelib (e.g. released at the same time) or you make repository checkout at the same time due
|
||||||
their frequent changes.
|
their frequent changes.
|
||||||
|
|
||||||
@ -40,8 +40,8 @@ Compiling and installing
|
|||||||
|
|
||||||
In order to build and install EDE do the following steps:
|
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
|
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
|
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
|
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
|
2. compile and install edelib; please read README file in edelib directory
|
||||||
|
@ -1,21 +1,6 @@
|
|||||||
/////////////////////////////////////////////////
|
{edeversion} manual
|
||||||
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
|
|
||||||
===================
|
===================
|
||||||
:Revision: 0.1
|
:Revision: 0.2
|
||||||
|
|
||||||
*Introduction*
|
*Introduction*
|
||||||
|
|
||||||
@ -29,6 +14,7 @@
|
|||||||
- link:ede-tip.html[ede-tip]
|
- link:ede-tip.html[ede-tip]
|
||||||
- link:evoke.html[evoke]
|
- link:evoke.html[evoke]
|
||||||
- link:emountd.html[emountd]
|
- link:emountd.html[emountd]
|
||||||
|
- link:ede-notify-daemon.html[ede-notify-daemon]
|
||||||
|
|
||||||
*Development*
|
*Development*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user