diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
commit | 0b9d0491fe4fb19c8d2f269c805d0b022ca157f4 (patch) | |
tree | 4c7a7cc35ad96f6a412eca9a1089ed0120ad2039 /sca-cpp/trunk/INSTALL | |
parent | ff124040623879bc48a0ba5cf06a841642adef53 (diff) |
More build improvements, added a configure option to turn on debugging and profiling, fixed compile and link options to support multithreading where applicable, moved non-building tools to contrib, and adjusted the top readmes and build instructions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/INSTALL')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index c183bd97a1..5d9239d1ff 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -10,7 +10,10 @@ HTTP server and APR httpd-2.2-13 libapr-1-0.3.8 libaprutil-1-0.3.9 -(the easiest is to build httpd using configure --with-included-apr) + +Recommended httpd configure options: +--with-included-apr to build httpd with the included APR distribution, +--with-mpm=worker to run the Tuscany httpd modules in multiple threads. XML libxml2-2.7.5 @@ -19,11 +22,14 @@ JSON SpiderMonkey libmozjs (included in xulrunner-1.9.1.5) -To configure the build do this: +To configure the Tuscany build do this: ./autogen.sh ./configure --prefix=<install dir> -To configure where to find dependencies, see: +To turn on debugging, profiling and strict warning compile options: +./configure --enable-maintainer-mode + +To configure where to find dependencies, see the configure help: ./configure --help To build the runtime, do this: @@ -45,6 +51,3 @@ make dist To build a binary distribution, do this: make bindist -Layout -====== - |