diff options
| author | Drak <[email protected]> | 2014-02-27 09:29:18 +0000 |
|---|---|---|
| committer | Drak <[email protected]> | 2014-02-27 09:31:49 +0000 |
| commit | f8a7b503c5b8856ba079e0c0b62caed9d0d77d20 (patch) | |
| tree | 1531cfdb97ea28486c21e4fcc68b31f4b94cdd7e /doc | |
| parent | Merge pull request #3749 (diff) | |
| download | discoin-f8a7b503c5b8856ba079e0c0b62caed9d0d77d20.tar.xz discoin-f8a7b503c5b8856ba079e0c0b62caed9d0d77d20.zip | |
Update build information
Add the command necessary to add ppa repository in Ubuntu
Refs #3757
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-unix.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index d3a0536b1..d31382eb7 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -65,6 +65,10 @@ for Ubuntu 12.04 and later: sudo apt-get install libboost-all-dev db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitcoin). + You can add the repository using the following command: + + sudo add-apt-repository ppa:bitcoin/bitcoin + sudo apt-get update Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev, but using these will break binary wallet compatibility, and is not recommended. |