diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-22 07:34:35 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-22 07:34:35 +0000 |
commit | 2b13586b53c71caa9dd98603d98c744f94ec85ab (patch) | |
tree | 4494d2533c05f3cc2902cad36cca4dc3a77e4356 /sca-cpp/trunk/INSTALL | |
parent | 90d578eb13d0e09dd34f0e3a9eef1a72fbc97fe0 (diff) |
Add instructions to download and setup gcc 4.5.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936632 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/INSTALL | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 6eab022d76..d8e3bddfbe 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -37,12 +37,16 @@ The Tuscany SCA Linux build uses the GNU Autotools tool chain. First install the following development tools: autoconf-2.64 automake-1.11 -g++-4.4.1 libtool-2.2.6 doxygen-1.6.1 +gcc-g++-4.5 -Install the following binaries: -curl-7-19-5 +As of April 2010, the GCC 4.5 compiler is not yet included in all Linux +distributions. GCC 4.5 Ubuntu / Debian packages can be downloaded from: +http://ftp.debian.org/debian/pool/main/g/gcc-4.5/ + +To download and setup GCC 4.5 on Ubuntu, run this script: +http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/ubuntu/ubuntu-gcc-4.5 Then install the following development dependencies: @@ -60,6 +64,7 @@ XML: libxml2-2.7.7 (http://xmlsoft.org/) CURL: +curl-7-19-5 libcurl4-openssl-7.19.5 JSON: |