From 9b5d3e147a74ae9c5b0a3dd83513d219f1005faf Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 6 Jan 2010 06:35:48 +0000 Subject: Minor fixes to the INSTALL doc. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896330 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/INSTALL | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'sca-cpp') 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= @@ -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 + -- cgit v1.2.3