diff options
author | anduck <anduck@users.noreply.github.com> | 2016-10-18 22:43:03 +0300 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-10-18 21:45:56 +0200 |
commit | b55d823369b163edfe23f92983b2287441b98fa2 (patch) | |
tree | 1ef90d249283ae46c17e187e938aafeabc4c45ae /doc/build-unix.md | |
parent | 763828df499f67c1c9d669d3223bd0636ed2b185 (diff) |
Explicitly state that PPA is for Ubuntu only
Diffstat (limited to 'doc/build-unix.md')
-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 5202072f8b..d2fe2f9985 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 add-apt-repository ppa:bitcoin/bitcoin |