summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
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