1
0
mirror of https://github.com/twisterarmy/twister-core.git synced 2025-01-12 15:57:55 +00:00

Fix missing packages

Package 'libdb4.8++-dev' has no installation candidate
This commit is contained in:
iShift 2014-01-08 18:05:02 +03:00
parent aaa4ab61e9
commit fc711b3d44

View File

@ -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: