diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-10-18 22:11:03 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-10-18 22:11:37 +0200 |
commit | 23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb (patch) | |
tree | c798bd0fa019eea4d92a3d2c46a659961e6d7c5a | |
parent | 74dc388ab599304494a082dc99e2d57f962cb0b7 (diff) | |
parent | b55d823369b163edfe23f92983b2287441b98fa2 (diff) |
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 a7221ddc6d..ba7b9cd18d 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 |