summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-10-31 19:54:01 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-10-31 19:54:01 +0100
commitd725022844380852476dbef00d7dc3c2e7a37fdb (patch)
tree7df0f711e45b5b7a737d82ef2fcdabf1d2d168fd /README
parent780a04f1961d766f524386eb9c58574738fbfbb3 (diff)
downloadwolfbones-d725022844380852476dbef00d7dc3c2e7a37fdb.tar.gz
wolfbones-d725022844380852476dbef00d7dc3c2e7a37fdb.tar.bz2
added a HAVE_THREADS flag
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index a18221f..d632dbe 100644
--- a/README
+++ b/README
@@ -16,7 +16,18 @@ Installation:
* call '<your make> all'
* call '<your make> install'
-Customization of the build process:
+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:
+
+ENABLE_NLS=0 disables natural language support using libintl/gettext
+(default is enabled)
+
+ENABLE_THREADS=0 disables usage of POSIX threads
+(default is enabled)
+
+Extending the build process:
* Check out the file 'makefiles/gmake/compiler.mk' for compiler settings, choose
them at will
@@ -30,4 +41,3 @@ New unsupported platforms, architectures, compilers
the proper macros fitting to your new environment
* You may have to extend existing modules (e. g. HP Unix loader in
'src/library/loader.c')
-