aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.txt
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-10-10 08:20:28 -0700
committerGavin Andresen <gavinandresen@gmail.com>2011-10-10 08:20:28 -0700
commitab877a2dde2ad96d3719acf6ed39ef4eae9b1ef4 (patch)
treede696fbf22f998d5e79b3b938ff1509a06bdc0c2 /doc/build-unix.txt
parentb50ac8f73e3e3aa47be567f3fcd5b7c8933c49db (diff)
parentb4d0588d06e7c2746b624128b3cc4596459ddf87 (diff)
Merge pull request #576 from luke-jr/bitcoind_build_improvements
bitcoind build improvements
Diffstat (limited to 'doc/build-unix.txt')
-rw-r--r--doc/build-unix.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index e47dbf710c..f4178caae5 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -65,14 +65,16 @@ If using Boost 1.37, append -mt to the boost libraries in the makefile.
Dependency Build Instructions: Gentoo
-------------------------------------
-emerge -av boost openssl sys-libs/db
+
+Note: If you just want to install bitcoind on Gentoo, you can add the Bitcoin
+ overlay and use your package manager:
+ layman -a bitcoin && emerge bitcoind
+
+emerge -av1 --noreplace boost glib openssl sys-libs/db:4.8
Take the following steps to build (no UPnP support):
cd ${BITCOIN_DIR}/src
- sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *.h # path fix
- sed -i 's/-Bstatic/-Bdynamic/' makefile.unix # dynamic linking
- sed -i 's/^USE_UPNP:=0$/USE_UPNP:=/' makefile.unix # disable UPnP
- make -f makefile.unix
+ make -f makefile.unix USE_UPNP= BDB_INCLUDE_PATH='/usr/include/db4.8'
strip bitcoind