changeset 943:faf2e7658d0c draft

wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStdString() which is not in 2.9.0
author cjdelisle <calebdelisle@lavabit.com>
date Thu, 08 Sep 2011 20:50:00 -0400
parents 189ccb63b08b
children 237fb56206b5
files doc/build-unix.txt
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/build-unix.txt
+++ b/doc/build-unix.txt
@@ -32,8 +32,7 @@
 
 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