From b73a44b785aaa916460d64531a4c8a1e8b7d0105 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 20 Sep 2011 06:08:06 +0000 Subject: Add leveldb to mac-install git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1172986 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/ubuntu/ubuntu-install | 9 +++++++++ sca-cpp/trunk/ubuntu/ubuntu-install-all | 9 +++++++++ 2 files changed, 18 insertions(+) (limited to 'sca-cpp') 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 -- cgit v1.2.3