aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglobalcitizen <walter@pratyeka.org>2011-10-09 17:16:53 +0800
committerglobalcitizen <walter@pratyeka.org>2011-10-09 17:16:53 +0800
commit4adf78bad32f016196bdcc8d6edfc9d9796b04ef (patch)
treea380501040840b971b8ccda96a5af746750d0d23 /doc
parentc60aec9c203f1495039abb1c3ad39ea691f128ac (diff)
downloadbitcoin-4adf78bad32f016196bdcc8d6edfc9d9796b04ef.tar.xz
Improved Gentoo instructions.
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index b424a50073..61efb1bec9 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -69,8 +69,9 @@ emerge -av net-libs/miniupnpc boost openssl sys-libs/db
Then take the following steps to build:
cd ${BITCOIN_DIR}/src
- sed -i 's/<db_cxx.h>/<db4.8\/db_cxx.h>/' *
- sed -i 's/-Bstatic/-Bdynamic/' makefile.unix
+ 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
strip bitcoind