From d725022844380852476dbef00d7dc3c2e7a37fdb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 31 Oct 2011 19:54:01 +0100 Subject: added a HAVE_THREADS flag --- README | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index a18221f..d632dbe 100644 --- a/README +++ b/README @@ -16,7 +16,18 @@ Installation: * call ' all' * call ' 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') - -- cgit v1.2.3-54-g00ecf