From 6f74f3e9dfb71ff8c21267524a37e00638f0da5b Mon Sep 17 00:00:00 2001 From: Spidersbox Date: Wed, 6 Apr 2016 14:29:05 -0700 Subject: [PATCH] updated build-unix with link for libboost1.48-all-dev --- doc/build-unix.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 2f84827..b653166 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -72,6 +72,10 @@ sudo apt-get install libqrencode-dev If using Boost 1.37, append -mt to the boost libraries in the makefile. +if you get errors like: +fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory +try this: +sudo apt-get install libboost1.48-all-dev Dependency Build Instructions: Gentoo -------------------------------------