From 609959b6fb4ca905f40124aec359fb4edfe70703 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 14 Sep 2016 07:27:08 -0300 Subject: [PATCH] BDB thanks proto! --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837fa6246..913817ed8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,27 @@ information or see http://opensource.org/licenses/MIT. >>>>>>>>>>>>>>>>>>>> Komodo specific notes: ``` -sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake +if you dont have BDB installed: + +wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz + +tar -xvf db-4.8.30.NC.tar.gz + +cd db-4.8.30.NC/build_unix + +mkdir -p build + +BDB_PREFIX=$(pwd)/build + +../dist/configure —disable-shared —enable-cxx —with-pic —prefix=$BDB_PREFIX + +make install + +cd ../.. + +The following packages are needed: + +sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev git clone https://github.com/jl777/komodo