From 62d2b47f3668248e8f80ce4fdec9ae2e90c79577 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 20 Sep 2011 06:05:02 +0000 Subject: Add leveldb to mac-install git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172985 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/macos/macos-install | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sca-cpp') 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 -- cgit v1.2.3