From 9837f33c9c958b46ccd86b3b1610594281b8cf26 Mon Sep 17 00:00:00 2001 From: Toontje Date: Wed, 11 Nov 2015 07:00:43 +0000 Subject: [PATCH] The file that gets downloaded is called "download". Therefor the tar command also needs to untar a file called "download". --- Build-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-OSX.md b/Build-OSX.md index f549563..00b8965 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -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