summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-20 06:08:06 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-20 06:08:06 +0000
commitb73a44b785aaa916460d64531a4c8a1e8b7d0105 (patch)
tree7eb62b8638cc658c023f994354bbdfc83a65239b /sca-cpp
parent62d2b47f3668248e8f80ce4fdec9ae2e90c79577 (diff)
Add leveldb to mac-install
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp')
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-install9
-rwxr-xr-xsca-cpp/trunk/ubuntu/ubuntu-install-all9
2 files changed, 18 insertions, 0 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install b/sca-cpp/trunk/ubuntu/ubuntu-install
index ea92b05b29..c0e8666fa6 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-install
+++ b/sca-cpp/trunk/ubuntu/ubuntu-install
@@ -96,6 +96,15 @@ if [ "$?" != "0" ]; then
fi
cd $build
+# Build LevelDB
+git clone https://code.google.com/p/leveldb/
+cd leveldb
+make all
+if [ "$?" != "0" ]; then
+ exit $?
+fi
+cd $build
+
# Build Libcurl
curl -OL http://curl.haxx.se/download/curl-7.19.5.tar.gz
tar xzf curl-7.19.5.tar.gz
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all
index 578f03cb56..86c06db1f1 100755
--- a/sca-cpp/trunk/ubuntu/ubuntu-install-all
+++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all
@@ -96,6 +96,15 @@ if [ "$?" != "0" ]; then
fi
cd $build
+# Build LevelDB
+git clone https://code.google.com/p/leveldb/
+cd leveldb
+make all
+if [ "$?" != "0" ]; then
+ exit $?
+fi
+cd $build
+
# Build Libcurl
curl -OL http://curl.haxx.se/download/curl-7.19.5.tar.gz
tar xzf curl-7.19.5.tar.gz