aboutsummaryrefslogtreecommitdiff
path: root/build-unix.txt
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-18 19:19:41 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-18 19:19:41 +0000
commite4db374421cac4c6fd0d9f9b337d9073e5207c21 (patch)
treebfbb16bc8fbcb4911a24a5e32f9f4c3c280f392c /build-unix.txt
parent01fe1d2137d5e0a1d38f4c3be241b69ceccc578c (diff)
downloadbitcoin-e4db374421cac4c6fd0d9f9b337d9073e5207c21.tar.xz
bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,
keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8
Diffstat (limited to 'build-unix.txt')
-rw-r--r--build-unix.txt16
1 files changed, 5 insertions, 11 deletions
diff --git a/build-unix.txt b/build-unix.txt
index ceb61ad545..f863b6a98c 100644
--- a/build-unix.txt
+++ b/build-unix.txt
@@ -13,18 +13,18 @@ UNIX BUILD NOTES
Dependencies
------------
-Install the dev files for the shared libraries:
apt-get install build-essential
apt-get install libgtk2.0-dev
apt-get install libssl-dev
+apt-get install libdb4.7-dev
+apt-get install libdb4.7++-dev
+apt-get install libboost-dev
Libraries you need to obtain separately and build:
default path download
wxWidgets \wxwidgets http://www.wxwidgets.org/downloads/
-Berkeley DB \db http://www.oracle.com/technology/software/products/berkeley-db/index.html
-Boost \boost http://www.boost.org/users/download/
-Their licenses:
+Licenses:
wxWidgets LGPL 2.1 with very liberal exceptions
Berkeley DB New BSD license with additional requirement that linked software must be free open source
Boost MIT-like license
@@ -59,15 +59,9 @@ make install
ldconfig
-Berkeley DB
------------
-cd /usr/local/db-4.7.25.NC/build_unix
-../dist/configure --enable-cxx
-make
-
-
Boost
-----
+If you download and build Boost yourself
cd /usr/local/boost_1_40_0
su
./bootstrap.sh