summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:48 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-01-06 06:35:48 +0000
commit9b5d3e147a74ae9c5b0a3dd83513d219f1005faf (patch)
treea9f6bf571c8a8757bc9fe6e28d7835fc601100c3
parentfd231e200a27b232fed4cce16a9fa0a41a0b51a2 (diff)
Minor fixes to the INSTALL doc.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896330 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-cpp/trunk/INSTALL18
1 files changed, 14 insertions, 4 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL
index d8ba4fe4d6..0e82c54f0b 100644
--- a/sca-cpp/trunk/INSTALL
+++ b/sca-cpp/trunk/INSTALL
@@ -6,14 +6,19 @@ Building
The Tuscany SCA Linux build uses the GNU Autotools tool chain.
-First get the following tools:
+First install the following development tools:
autoconf-2.64
automake-1.4
g++-4.4.1
libtool-2.2.6
doxygen-1.6.1
-Then get the following development dependencies:
+Install the following binaries:
+curl-7.19.5
+memcached-1.2.8
+
+
+Then install the following development dependencies:
HTTP server and APR
httpd-2.2-13
@@ -37,6 +42,7 @@ SpiderMonkey libmozjs
Python
libpython2.6
+
To configure the Tuscany SCA build do this:
./autogen.sh
./configure --prefix=<install dir>
@@ -57,6 +63,7 @@ To configure where to find dependencies, see the --with-* options described
in the configure help:
./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:
@@ -69,7 +76,8 @@ HTTPD worker MPM in $HOME/httpd-2-2.13-bin:
--with-curl=/usr --with-libxml2=/usr \
--enable-threads --enable-maintainer-mode
-To build the runtime, do this:
+
+To build the Tuscany SCA runtime, do this:
make
To run the tests, do this:
@@ -84,9 +92,11 @@ make dist
To build a binary distribution, do this:
make bindist
+
Installing
==========
-To install the binaries, do this:
+To install the Tuscany SCA binaries, do this:
make install
+