aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-13 02:09:07 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-02-13 02:09:07 +0000
commitc85dfb148a1e3d75773bc5f6b7cad14363fd666b (patch)
treee631b12638f9295ae4d3ff98cb50735e622f1a97
parent98500d70a8cf25af4bab80526fd128ccdc36ceeb (diff)
downloadbitcoin-c85dfb148a1e3d75773bc5f6b7cad14363fd666b.tar.xz
updated build-unix.txt
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@61 1a98c847-1fd6-4fd8-948a-caf3550aa51b
-rw-r--r--build-unix.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/build-unix.txt b/build-unix.txt
index 5467bbea17..f1a72eaacc 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