aboutsummaryrefslogtreecommitdiff
path: root/build-unix.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build-unix.txt')
-rw-r--r--build-unix.txt16
1 files changed, 2 insertions, 14 deletions
diff --git a/build-unix.txt b/build-unix.txt
index 30a4a36321..fad502a3ef 100644
--- a/build-unix.txt
+++ b/build-unix.txt
@@ -18,11 +18,8 @@ sudo apt-get install libdb4.7-dev
sudo apt-get install libdb4.7++-dev
sudo apt-get install libboost-all-dev
-We're now using wxWidgets 2.9, which uses UTF-8.
-
-There isn't currently a debian package of wxWidgets we can use. The 2.8
-packages for Karmic are UTF-16 unicode and won't work for us, and we've had
-trouble building 2.8 on 64-bit.
+We're now using wxWidgets 2.9, which uses UTF-8. Don't try to use 2.8, it
+won't work.
You need to download wxWidgets from http://www.wxwidgets.org/downloads/
and build it yourself. See the build instructions and configure parameters
@@ -63,15 +60,6 @@ make
sudo su
make install
ldconfig
-su <username>
-cd ..
-mkdir buildbase
-cd buildbase
-../configure --disable-gui --enable-debug --disable-shared --enable-monolithic
-make
-sudo su
-make install
-ldconfig
Boost