diff options
| author | Gregory Maxwell <[email protected]> | 2013-09-10 17:51:05 -0700 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2013-09-10 17:51:05 -0700 |
| commit | 11a79680b174ec39d462925ea565a23aa8c147ad (patch) | |
| tree | 6b38ba89eb3110af8a9c93a49ed141da2eeaef63 /doc | |
| parent | Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt (diff) | |
| parent | Bugfix: Since test_bitcoin is being built and run inside src/test/, try using... (diff) | |
| download | discoin-11a79680b174ec39d462925ea565a23aa8c147ad.tar.xz discoin-11a79680b174ec39d462925ea565a23aa8c147ad.zip | |
Merge pull request #2979 from luke-jr/autoconf
Autoconf fixes
Diffstat (limited to 'doc')
| -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 b2573e49d..579341d2d 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 |