From f62c82b0fdfdeed94a95d83f498ff053967973d2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 2 Feb 2016 01:18:00 +0100 Subject: [PATCH] Re-organize --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bdd89a8..f5187a5 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,34 @@ and work on any system, using any POSIX-compliant runtime as fallback if 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 + +- libSystem from the DeforaOS Project, as found at + if not packaged for your + system. +- configure from the DeforaOS Project, as found at + + + +Configuring libApp +------------------ Before being able to build libApp, it is necessary to generate Makefiles with -`configure(1)` from the DeforaOS configure project, found at -. It should be enough to run -this tool as follows: +`configure(1)`. It should be enough to run this tool as follows: $ configure Please refer to the documentation of DeforaOS configure for further instructions. + +Compiling libApp +---------------- + It is then possible to build the project with `make(1)` as usual. The following command should therefore be enough: