diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-24 16:07:51 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-06-24 16:07:51 +0000 |
commit | 6cc56d8e8367de0e1465e4ac22e42b099e2fc5f2 (patch) | |
tree | 34d3bf5ef7648b43121cc49fd769e35760cb8f95 | |
parent | 2adc9062d873935ef201236ebb8aadf420503f5d (diff) |
updated build-unix.txt instructions: sudo apt-get install libboost-all-dev
-rw-r--r-- | build-unix.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-unix.txt b/build-unix.txt index 2ab9129b50..389e88726a 100644 --- a/build-unix.txt +++ b/build-unix.txt @@ -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.
|