Re-organize
This commit is contained in:
parent
d77af892ee
commit
f62c82b0fd
25
README.md
25
README.md
|
@ -11,19 +11,34 @@ and work on any system, using any POSIX-compliant runtime as fallback if
|
||||||
available.
|
available.
|
||||||
|
|
||||||
|
|
||||||
Compiling libApp
|
Dependencies for libApp
|
||||||
----------------
|
-----------------------
|
||||||
|
|
||||||
|
libApp depends on the following software components to build:
|
||||||
|
- pkg-config, as found in most software distributions already; otherwise at
|
||||||
|
<http://www.freedesktop.org/wiki/Software/pkg-config/>
|
||||||
|
- libSystem from the DeforaOS Project, as found at
|
||||||
|
<http://www.defora.org/os/project/27/libSystem> if not packaged for your
|
||||||
|
system.
|
||||||
|
- configure from the DeforaOS Project, as found at
|
||||||
|
<http://www.defora.org/os/project/16/configure>
|
||||||
|
|
||||||
|
|
||||||
|
Configuring libApp
|
||||||
|
------------------
|
||||||
|
|
||||||
Before being able to build libApp, it is necessary to generate Makefiles with
|
Before being able to build libApp, it is necessary to generate Makefiles with
|
||||||
`configure(1)` from the DeforaOS configure project, found at
|
`configure(1)`. It should be enough to run this tool as follows:
|
||||||
<http://www.defora.org/os/project/16/configure>. It should be enough to run
|
|
||||||
this tool as follows:
|
|
||||||
|
|
||||||
$ configure
|
$ configure
|
||||||
|
|
||||||
Please refer to the documentation of DeforaOS configure for further
|
Please refer to the documentation of DeforaOS configure for further
|
||||||
instructions.
|
instructions.
|
||||||
|
|
||||||
|
|
||||||
|
Compiling libApp
|
||||||
|
----------------
|
||||||
|
|
||||||
It is then possible to build the project with `make(1)` as usual. The following
|
It is then possible to build the project with `make(1)` as usual. The following
|
||||||
command should therefore be enough:
|
command should therefore be enough:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user