some beautification only

Tobias Wissmueller 2016-01-27 11:20:11 +01:00
parent 603dc457a6
commit e6e9e29270
1 changed files with 2 additions and 3 deletions

@ -34,10 +34,9 @@ Substitute your own user paths where appropriate.
```
ccliffe$ mkdir ~/Dev
ccliffe$ mkdir ~/Dev/wxWidgets-build
ccliffe$ cd ~/Dev
ccliffe$ wget http://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2/download
ccliffe$ tar -xvjpf download
wget -O wxWidgets-3.0.2.tar.bz2 http://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2/download
tar -xvjpf wxWidgets-3.0.2.tar.bz2
... unpacking ...
ccliffe$ cd wxWidgets-3.0.2
ccliffe$ ./configure --with-opengl --disable-shared --enable-monolithic --with-libjpeg --with-libtiff --with-libpng --with-zlib --with-mac --disable-sdltest --enable-unicode --enable-display --enable-propgrid --disable-webkit --disable-webview --disable-webviewwebkit --with-macosx-version-min=10.9 --prefix=/Users/<YOUR_USERNAME>/Dev/wxWidgets-staticlib CXXFLAGS="-std=c++0x" --with-libiconv=/usr