You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/01/06 07:35:49 UTC

svn commit: r896330 - /tuscany/sca-cpp/trunk/INSTALL

Author: jsdelfino
Date: Wed Jan  6 06:35:48 2010
New Revision: 896330

URL: http://svn.apache.org/viewvc?rev=896330&view=rev
Log:
Minor fixes to the INSTALL doc.

Modified:
    tuscany/sca-cpp/trunk/INSTALL

Modified: tuscany/sca-cpp/trunk/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/INSTALL?rev=896330&r1=896329&r2=896330&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/INSTALL (original)
+++ tuscany/sca-cpp/trunk/INSTALL Wed Jan  6 06:35:48 2010
@@ -6,14 +6,19 @@
 
 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 @@
 Python
 libpython2.6
 
+
 To configure the Tuscany SCA build do this:
 ./autogen.sh
 ./configure --prefix=<install dir>
@@ -57,6 +63,7 @@
 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 @@
 --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 @@
 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
 
+