diff options
| author | anduck <[email protected]> | 2016-10-18 22:43:03 +0300 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-10-18 21:45:56 +0200 |
| commit | b55d823369b163edfe23f92983b2287441b98fa2 (patch) | |
| tree | 1ef90d249283ae46c17e187e938aafeabc4c45ae | |
| parent | Merge #8940: Add x9 service bit support to dnsseed.bluematt.me (diff) | |
| download | discoin-b55d823369b163edfe23f92983b2287441b98fa2.tar.xz discoin-b55d823369b163edfe23f92983b2287441b98fa2.zip | |
Explicitly state that PPA is for Ubuntu only
| -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 5202072f8..d2fe2f998 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 |