diff options
author | cjdelisle <calebdelisle@lavabit.com> | 2011-09-08 20:50:00 -0400 |
---|---|---|
committer | cjdelisle <calebdelisle@lavabit.com> | 2011-09-08 20:50:00 -0400 |
commit | 3448ce56f4e74d0b3ada15924c535c72e7dbc03d (patch) | |
tree | f66f348bb8683a56cdaa948fda1c97c1dfea92a0 /doc/build-unix.txt | |
parent | f92f022edaa2f14951b9ce8304a304ff9693ae16 (diff) |
wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStdString() which is not in 2.9.0
Diffstat (limited to 'doc/build-unix.txt')
-rw-r--r-- | doc/build-unix.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/build-unix.txt b/doc/build-unix.txt index 8f0c568eda..4ecf15aa33 100644 --- a/doc/build-unix.txt +++ b/doc/build-unix.txt @@ -32,8 +32,7 @@ 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. -Requires wxWidgets 2.9.0 or greater, which uses UTF-8. Don't try 2.8, it -won't work. +Requires wxWidgets 2.9.1 or newer. You need to download wxWidgets from http://www.wxwidgets.org/downloads/ and build it yourself. See the build instructions and configure parameters |