summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/INSTALL
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-17 09:02:57 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-17 09:02:57 +0000
commitcd55407949abee58e663cad28945ce48d0fb2a52 (patch)
tree81f828ec076a27042105ee12000b8f4f8f509403 /sca-cpp/trunk/INSTALL
parente34c4a9109bbbb28d7ecef7cccccdc537008f8a5 (diff)
Simplified Makefiles a bit. Added -R options to configure shared library runtime search path and not require LD_LIBRARY_PATH anymore. Refactored test shell scripts and added a store-cpp integration test.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/INSTALL')
-rw-r--r--sca-cpp/trunk/INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL
index 9fa100ae2b..5dff8031dc 100644
--- a/sca-cpp/trunk/INSTALL
+++ b/sca-cpp/trunk/INSTALL
@@ -39,9 +39,12 @@ JSON
SpiderMonkey libmozjs
(included in xulrunner-1.9.1.7)
-Python
+Python (optional)
libpython2.6
+Java (optional)
+a Java 6 development kit including jni.h and libjava
+
To configure the Tuscany SCA build do this:
./autogen.sh
@@ -74,8 +77,8 @@ in the configure help:
Here's an example configuration, tested on Ubuntu 9.10, with development
-dependencies installed in the standard directories and a build of the
-HTTPD worker MPM in $HOME/httpd-2-2.13-bin:
+dependencies installed in the standard directories and HTTPD and Axis2C
+installed under $HOME:
./configure --prefix=$HOME/tuscany-sca-cpp-bin \
--with-apr=$HOME/httpd-2.2.13-bin --with-httpd=$HOME/httpd-2.2.13-bin \