summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-08-30 04:48:44 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-08-30 04:48:44 +0000
commit60bd4b15c52f930db76be0b3d7006cc20e7b6eb3 (patch)
treefa7bc86cbf93e572e6fed844ad9e286a0de11cdf /sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
parent40bf8c5345097ac04516ae2765ceec8570089525 (diff)
Port to Memcached 1.4.7 and Ubuntu 11.04.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1163087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/ubuntu/ubuntu-bin-all-image')
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-bin-all-image7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
index a6eef2e494..e1f6c048e7 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
+++ b/sca-cpp/trunk/ubuntu/ubuntu-bin-all-image
@@ -34,7 +34,7 @@ sudo chgrp $g /mnt/tuscany
cd /mnt/tuscany
# Install core dev tools
-sudo apt-get -y install wget git-core subversion autoconf pkg-config automake libtool g++
+sudo apt-get -y install wget git-core subversion autoconf pkg-config automake libtool g++ make
if [ "$?" != "0" ]; then
exit $?
fi
@@ -48,6 +48,11 @@ sudo apt-get -y install libevent-dev
if [ "$?" != "0" ]; then
exit $?
fi
+# Required by SpiderMonkey
+sudo apt-get -y install zip unzip
+if [ "$?" != "0" ]; then
+ exit $?
+fi
# Required by Apache Qpid/C++
sudo apt-get -y install libboost-dev libboost-program-options-dev libboost-filesystem-dev uuid-dev
if [ "$?" != "0" ]; then