diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-25 20:41:57 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-25 20:41:57 +0000 |
commit | 24324d83e8d9f0b9403ca1c333b594b77eaefb4c (patch) | |
tree | f2cd2a837f51d4e0c26b001304631542fe0f90d4 /build-unix.txt | |
parent | b7ccd48dd8dd2fb5c37f81e734673e998fd2d78a (diff) |
-- version 0.3.17 releasev0.3.17
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@191 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'build-unix.txt')
-rw-r--r-- | build-unix.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build-unix.txt b/build-unix.txt index cb8c3ae111..7e0d8fe289 100644 --- a/build-unix.txt +++ b/build-unix.txt @@ -21,7 +21,8 @@ or Boost 1.37: sudo apt-get install libboost1.37-dev If using Boost 1.37, append -mt to the boost libraries in the makefile. -We're now using wxWidgets 2.9, which uses UTF-8. Don't try 2.8, it won't work. +We're using wxWidgets 2.9.0, which uses UTF-8. Don't try 2.8, it won't work. +The build hasn't been updated to work with wxWidgets 2.9.1 yet. You need to download wxWidgets from http://www.wxwidgets.org/downloads/ and build it yourself. See the build instructions and configure parameters |