The file that gets downloaded is called "download". Therefor the tar command also needs to untar a file called "download".

Toontje 2015-11-11 07:00:43 +00:00
parent fa117dac4e
commit 9837f33c9c
1 changed files with 1 additions and 1 deletions

@ -9,7 +9,7 @@ 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 wxWidgets-3.0.2.tar.bz2
ccliffe$ tar -xvjpf download
... 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/ccliffe/Dev/wxWidgets-staticlib CXXFLAGS="-std=c++0x" --with-libiconv=/usr