diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2013-09-09 03:10:55 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2013-09-10 22:26:05 +0000 |
commit | 56ba02aa2a0bb56cbdfeb87ec47c0c5b61f9bb06 (patch) | |
tree | 73abd21afa4eb277aba0492210050ed9dc12d386 /doc/build-unix.md | |
parent | 941dba17838a1a40f5a5862eb2f84ffec511911e (diff) |
build-unix.md: Remove now-redundant and unnecessary Gentoo instructions
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b2573e49de..579341d2d9 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -75,22 +75,6 @@ Optional: sudo apt-get install libminiupnpc-dev (see --with-miniupnpc and --enable-upnp-default) -Dependency Build Instructions: Gentoo -------------------------------------- - -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} - ./autogen.sh - ./configure --without-miniupnpc CXXFLAGS="-i/usr/include/db4.8" - strip bitcoind - - Notes ----- The release is built with GCC and then "strip bitcoind" to strip the debug |