aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2011-12-23 15:34:48 -0800
committerMatt Corallo <[email protected]>2011-12-23 15:34:48 -0800
commitcad5745138fa3c4be231a8ca258e0128733a7fa0 (patch)
tree39c4fbe9d40e0c4bd30563ae299ca0cb21f2e189
parentNo reason to have any qrcode stuff in the bitcoind osx makefile. (diff)
downloaddiscoin-cad5745138fa3c4be231a8ca258e0128733a7fa0.tar.xz
discoin-cad5745138fa3c4be231a8ca258e0128733a7fa0.zip
Add libqrencode-dev to the debian/ubuntu apt-get lines.
-rw-r--r--doc/build-unix.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt
index 538933984..e1a1805aa 100644
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -65,6 +65,7 @@ sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
Boost 1.40+: sudo apt-get install libboost-all-dev
or Boost 1.37: sudo apt-get install libboost1.37-dev
+sudo apt-get install libqrencode-dev
If using Boost 1.37, append -mt to the boost libraries in the makefile.