updated build-unix.txt instructions: sudo apt-get install libboost-all-dev

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@93 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
s_nakamoto 2010-06-24 16:07:51 +00:00
parent 3c3fc50c79
commit 340120853f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ sudo apt-get install libgtk2.0-dev
sudo apt-get install libssl-dev
sudo apt-get install libdb4.7-dev
sudo apt-get install libdb4.7++-dev
sudo apt-get install libboost-dev
sudo apt-get install libboost-all-dev
We're now using wxWidgets 2.9, which uses UTF-8.