diff options
| author | Gavin Andresen <[email protected]> | 2011-09-09 11:46:04 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-09 11:46:04 -0700 |
| commit | 95cea79e39b3c51dbe3f92ab50e80bfb1b1a76e8 (patch) | |
| tree | 4d2640ba02699ac74ecf318ed954d52f9f7c57f9 | |
| parent | Merge pull request #508 from TheBlueMatt/master (diff) | |
| parent | wxWidgets needs to be at least version 2.9.1 because wallet crypto uses ToStd... (diff) | |
| download | discoin-95cea79e39b3c51dbe3f92ab50e80bfb1b1a76e8.tar.xz discoin-95cea79e39b3c51dbe3f92ab50e80bfb1b1a76e8.zip | |
Merge pull request #509 from cjdelisle/walletCrypto-wx-minVersion
wxWidgets needs to be at least version 2.9.1 because wallet crypto uses T
| -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 8f0c568ed..4ecf15aa3 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 |