aboutsummaryrefslogtreecommitdiff
path: root/build-unix.txt
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-09 19:54:40 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-09 19:54:40 +0000
commite6b7ab57496c9267c5d0bbad2be8e942a01731dc (patch)
tree6b913f7abdc6a062e36e7bf5fa15a9e121ab0848 /build-unix.txt
parent0c50722270a97e9fe3fd19283c85ee5f82603d0d (diff)
downloadbitcoin-e6b7ab57496c9267c5d0bbad2be8e942a01731dc.tar.xz
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@124 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'build-unix.txt')
-rw-r--r--build-unix.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/build-unix.txt b/build-unix.txt
index f1f001ba70..51c14e37cf 100644
--- a/build-unix.txt
+++ b/build-unix.txt
@@ -64,10 +64,17 @@ make install
ldconfig
+Berkeley DB
+-----------
+You need Berkeley DB 4.7. Don't use 4.8, the database/log0000* files
+are incompatible. If you have to build Berkeley DB yourself:
+../dist/configure --enable-cxx
+make
+
+
Boost
-----
-If you want to build Boost yourself,
-cd /usr/local/boost_1_40_0
-su
+If you need to build Boost yourself:
+sudo su
./bootstrap.sh
./bjam install