summaryrefslogtreecommitdiffstats
path: root/libraries/libconfig/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libconfig/README')
-rw-r--r--libraries/libconfig/README11
1 files changed, 4 insertions, 7 deletions
diff --git a/libraries/libconfig/README b/libraries/libconfig/README
index cad1772a5e..dec6ebf5a1 100644
--- a/libraries/libconfig/README
+++ b/libraries/libconfig/README
@@ -1,3 +1,5 @@
+libconfig (library for processing structured configuration files)
+
Libconfig is a simple library for processing structured configuration
files. This file format is more compact and more readable than XML and
unlike XML, it is type-aware, so it is not necessary to do string
@@ -10,12 +12,7 @@ The library includes bindings for both the C and C++ languages. It
works on POSIX-compliant UNIX systems (GNU/Linux, Mac OS X, Solaris,
FreeBSD) and Windows (2000, XP and later).
-To install the library documentation (html and pdf) pass DOC=yes to
-the slackbuild as
+To install the library documentation (HTML and PDF) pass DOC=yes to
+the SlackBuild in the environment, e.g.:
DOC=yes ./libconfig.SlackBuild
-
-To install the example programs and configuration files pass
-EXAMPLES=yes to the slackbuild as
-
- EXAMPLES=yes ./libconfig.SlackBuild