From c85dfb148a1e3d75773bc5f6b7cad14363fd666b Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Sat, 13 Feb 2010 02:09:07 +0000 Subject: [PATCH] updated build-unix.txt git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@61 1a98c847-1fd6-4fd8-948a-caf3550aa51b --- build-unix.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build-unix.txt b/build-unix.txt index 5467bbea173e8..f1a72eaacc694 100644 --- a/build-unix.txt +++ b/build-unix.txt @@ -20,11 +20,15 @@ sudo apt-get install libdb4.7-dev sudo apt-get install libdb4.7++-dev sudo apt-get install libboost-dev +The release was built with wxWidgets 2.8.9 ansi on 32-bit. The current +sourcecode can be built on 64-bit with wxWidgets 2.9.0. + There is currently no libwxgtk2.8-ansi-dev debian package for Karmic. libwxgtk2.8-dev is the "unicode" build, but for wxWidgets 2.8 "unicode" means wchar, not UTF-8. wchar wxString doesn't convert to std::string. +We haven't been able to compile the 2.8 versions on 64-bit. -In wxWidgets 2.9, unicode is UTF-8 and that's the only version. +wxWidgets 2.9 is UTF-8 and compiles on 64-bit. You need to download wxWidgets from http://www.wxwidgets.org/downloads/ and build it yourself. See the build instructions and configure parameters @@ -60,7 +64,7 @@ mkdir buildgtk cd buildgtk ../configure --with-gtk --enable-debug --disable-shared --enable-monolithic make -su +sudo su make install ldconfig