diff --git a/Build-OSX.md b/Build-OSX.md index 00b8965..2144294 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -12,7 +12,7 @@ ccliffe$ wget http://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3. 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 +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//Dev/wxWidgets-staticlib CXXFLAGS="-std=c++0x" --with-libiconv=/usr ... configuring ... ccliffe$ make && make install ... building, installing ... @@ -44,7 +44,7 @@ ccliffe$ cd ~/Dev ccliffe$ git clone https://github.com/cjcliffe/CubicSDR.git .. cloning .. ccliffe$ cd CubicSDR/cmake_build -ccliffe$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=~/Dev/wxWidgets-build/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1 +ccliffe$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=/Users//wxWidgets/wxWidgets-staticlib/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1 ... generating ... -- Build files have been written to: .../CubicSDR/cmake_build ccliffe$ cpack