diff options
| author | MarcoFalke <[email protected]> | 2016-10-18 22:11:03 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-18 22:11:37 +0200 |
| commit | 23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb (patch) | |
| tree | c798bd0fa019eea4d92a3d2c46a659961e6d7c5a | |
| parent | Merge #8873: Add microbenchmarks to profile more code paths. (diff) | |
| parent | Explicitly state that PPA is for Ubuntu only (diff) | |
| download | discoin-23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb.tar.xz discoin-23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb.zip | |
Merge #8965: Mention that PPA doesn't support Debian
b55d823 Explicitly state that PPA is for Ubuntu only (anduck)
| -rw-r--r-- | doc/build-unix.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index a7221ddc6..ba7b9cd18 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -79,7 +79,9 @@ install necessary parts of boost: sudo apt-get install libboost-all-dev -BerkeleyDB is required for the wallet. db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin). +BerkeleyDB is required for the wallet. + +**For Ubuntu only:** db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin). You can add the repository and install using the following commands: sudo apt-get install software-properties-common |