aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorglobalcitizen <walter@pratyeka.org>2011-10-09 17:18:34 +0800
committerglobalcitizen <walter@pratyeka.org>2011-10-09 17:18:34 +0800
commitbdf2f7e7111eda0d91b4e740797345d54289947f (patch)
treef968b6a5cad5b6821a6f556609f5e2bc40c66743 /doc
parent4adf78bad32f016196bdcc8d6edfc9d9796b04ef (diff)
downloadbitcoin-bdf2f7e7111eda0d91b4e740797345d54289947f.tar.xz
Fix typo. Improve Gentoo instructions.
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index 61efb1bec9..e47dbf710c 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -28,7 +28,7 @@ Dependencies
libssl SSL Support Secure communications
libdb4.8 Berkeley DB Blockchain & wallet storage
libboost Boost C++ Library
- miinupnpc UPnP Support Optional firewall-jumping support
+ miniupnpc UPnP Support Optional firewall-jumping support
miniupnpc may be used for UPnP port mapping. It can be downloaded from
http://miniupnp.tuxfamily.org/files/. UPnP support is compiled in and
@@ -65,9 +65,9 @@ If using Boost 1.37, append -mt to the boost libraries in the makefile.
Dependency Build Instructions: Gentoo
-------------------------------------
-emerge -av net-libs/miniupnpc boost openssl sys-libs/db
+emerge -av boost openssl sys-libs/db
-Then take the following steps to build:
+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