summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-12-26 12:25:07 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-12-26 12:25:07 +0100
commitec1e29f31eb13387cf958b84de32b15de2abb84e (patch)
tree7012931464827431f094956822a28fe2446f0ffd
parent8cedf21f247829a8b73dd93ae33951ef1bf4d261 (diff)
downloadwolfbones-ec1e29f31eb13387cf958b84de32b15de2abb84e.tar.gz
wolfbones-ec1e29f31eb13387cf958b84de32b15de2abb84e.tar.bz2
wrapped some docu
-rw-r--r--README26
1 files changed, 14 insertions, 12 deletions
diff --git a/README b/README
index d632dbe..d8f09df 100644
--- a/README
+++ b/README
@@ -1,25 +1,27 @@
Requirements
-* a ANSI C99 compiler like gcc, Intel icc, Sun Forte, tcc, pcc
+* an ANSI C99 compiler like gcc, Intel icc, Sun Forte, tcc, pcc
* gengetopt for the test daemon binary 'testd' (see
http://www.gnu.org/software/gengetopt/gengetopt.html)
-* doxygen for generating documentation (optionally graphviz for nice graphs, but this
- also takes in half of X11 so you may don't want that)
-* tcc needs a makedepend, preferebly one without X11 stuff in it (see
- for instance http://aur.archlinux.org/packages.php?ID=39188)
+* doxygen for generating documentation (optionally graphviz for
+ nice graphs, but this also takes in half of X11 so you may
+ don't want that)
+* tcc needs a makedepend, preferebly one without X11 stuff in it
+ (see for instance http://aur.archlinux.org/packages.php?ID=39188)
Installation:
-* Determine which is the favourite make ('make', 'gmake', 'nmake') of your
- platform
-* The Make chooses the right makefile for you (e. g. GNUmakefile for GNU make)
+* Determine which is the favourite make ('make', 'gmake', 'nmake')
+ of your platform
+* The Make chooses the right makefile for you (e. g. GNUmakefile
+ for GNU make)
* call '<your make> all'
* call '<your make> install'
Configuring the build process:
-Several makefile variable can be used to turn on or off certain features which
-may not be available on all platforms:
+Several makefile variable can be used to turn on or off certain
+features which may not be available on all platforms:
ENABLE_NLS=0 disables natural language support using libintl/gettext
(default is enabled)
@@ -29,8 +31,8 @@ ENABLE_THREADS=0 disables usage of POSIX threads
Extending the build process:
-* Check out the file 'makefiles/gmake/compiler.mk' for compiler settings, choose
- them at will
+* Check out the file 'makefiles/gmake/compiler.mk' for compiler settings,
+ choose them at will
* On Windows check out 'makefile/nmake/config.mk' and adapt the paths
New unsupported platforms, architectures, compilers