aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-10-18 22:11:03 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-10-18 22:11:37 +0200
commit23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb (patch)
treec798bd0fa019eea4d92a3d2c46a659961e6d7c5a /doc/build-unix.md
parent74dc388ab599304494a082dc99e2d57f962cb0b7 (diff)
parentb55d823369b163edfe23f92983b2287441b98fa2 (diff)
downloadbitcoin-23e03f8d26d7bd03273a5dcbdcfe3905dfb49ffb.tar.xz
Merge #8965: Mention that PPA doesn't support Debian
b55d823 Explicitly state that PPA is for Ubuntu only (anduck)
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md4
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