summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-20 06:05:02 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-09-20 06:05:02 +0000
commit62d2b47f3668248e8f80ce4fdec9ae2e90c79577 (patch)
treeae0fe527904c7d202c782aa7401c30861d662bf9 /sca-cpp
parent09db0fb6eec99a7be47945edd5530a11216bae49 (diff)
Add leveldb to mac-install
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp')
-rwxr-xr-xsca-cpp/trunk/macos/macos-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-cpp/trunk/macos/macos-install b/sca-cpp/trunk/macos/macos-install
index 9e981d0884..42bfc5c853 100755
--- a/sca-cpp/trunk/macos/macos-install
+++ b/sca-cpp/trunk/macos/macos-install
@@ -119,6 +119,16 @@ 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