From fc711b3d44a0fd052cd4b95d3ce17505349fbd45 Mon Sep 17 00:00:00 2001 From: iShift Date: Wed, 8 Jan 2014 18:05:02 +0300 Subject: [PATCH] Fix missing packages Package 'libdb4.8++-dev' has no installation candidate --- doc/build-unix.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 4653bba4..0b9e4cf1 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -64,8 +64,9 @@ for Ubuntu 12.04: for other Ubuntu & Debian: sudo apt-get install libdb4.8-dev - sudo apt-get install libdb4.8++-dev - sudo apt-get install libboost1.37-dev + sudo apt-get install libdb++-dev + sudo apt-get install libboost-all-dev + (If using Boost 1.37, append -mt to the boost libraries in the makefile) Optional: