summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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')
-