aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-02-28 12:34:45 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-02-28 12:34:57 +0100
commit7ac375d1c20fd319feb13f0735169e2f47d4454f (patch)
tree023867be8a7e5cc1a2810c61768cc5f692f9be51
parent04b4aa525692617ef20e98a6a75fca5e6be2f6af (diff)
parentf8a7b503c5b8856ba079e0c0b62caed9d0d77d20 (diff)
downloadbitcoin-7ac375d1c20fd319feb13f0735169e2f47d4454f.tar.xz
Merge pull request #3758
f8a7b50 Update build information (Drak)
-rw-r--r--doc/build-unix.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index ddbd097d03..7a8f9eca2a 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.