diff options
author | Satoshi Nakamoto <satoshin@gmx.com> | 2010-08-10 16:01:23 +0000 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2010-08-10 16:01:23 +0000 |
commit | 8a38d5663ad6b98983c951b67c58aff2e94ff453 (patch) | |
tree | eaa6dc4b0797271625234091a8e55fcc6daa4d21 /build-unix.txt | |
parent | dd9e71843bc79e8c7e33734cc8b975275992cc05 (diff) |
enable SSE2 in all builds to fix crypto++ SHA-256 on 64-bit
Diffstat (limited to 'build-unix.txt')
-rw-r--r-- | build-unix.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/build-unix.txt b/build-unix.txt index 1ae29a42ea..cb8c3ae111 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 |