diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-16 06:55:47 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-09-16 06:55:47 +0200 |
commit | 5dd7318db75db580d602c72a2322df97d8712233 (patch) | |
tree | e15a3c55d610d8c9e26ac2224d746e8b36a0450a /doc | |
parent | c1e667222ad7eac6403cd60aab4d5d09ed0ff02d (diff) | |
parent | 217208a36d210e7d51e405d0e531ac2b75a3a087 (diff) |
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Diffstat (limited to 'doc')
-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 |