diff options
| author | MarcoFalke <[email protected]> | 2018-06-14 16:37:32 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-06-14 16:37:36 -0400 |
| commit | 1939536eea7a6838ec9771fb49c629e766336d10 (patch) | |
| tree | 2a22a6a9f937c0b37e8cddfe8702620cd4f5eb59 /doc | |
| parent | Merge #13451: rpc: expose CBlockIndex::nTx in getblock(header) (diff) | |
| parent | doc: Remove note to install all boost dev packages (diff) | |
| download | discoin-1939536eea7a6838ec9771fb49c629e766336d10.tar.xz discoin-1939536eea7a6838ec9771fb49c629e766336d10.zip | |
Merge #13460: doc: Remove note to install all boost dev packages
fa3d39ec53 doc: Remove note to install all boost dev packages (MarcoFalke)
Pull request description:
Those notes are for systems that are EOL. Also, those instructions would pull in a ton of additional dependencies such as `python2`.
Can be reviewed with `git diff HEAD~ --word-diff`
Tree-SHA512: 7e379b3f0b7fe88452baed8860438a7867a025e650a265ed0cd5d47076983f4176545b7d96a4b7f25ae9fcb325f0116d909f3ffb6ff2d7573fddd777fe5b4c79
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 60d888a29..1ab565951 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -70,19 +70,7 @@ tuned to conserve memory with additional CXXFLAGS: Build requirements: - sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 - -Options when installing required Boost library files: - -1. On at least Ubuntu 14.04+ and Debian 7+ there are generic names for the -individual boost development packages, so the following can be used to only -install necessary parts of boost: - - sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev - -2. If that doesn't work, you can install all boost development packages with: - - sudo apt-get install libboost-all-dev + sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev BerkeleyDB is required for the wallet. |