In wxWidgets replaced ccliff with <YOUR_USERNAME> in the ./configure to indicate the users install path. In CubixSDR corrected the path to wx-config.

Toontje 2015-11-11 07:41:40 +00:00
parent 9837f33c9c
commit 0ab5edf552
1 changed files with 2 additions and 2 deletions

@ -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/<YOUR_USERNAME>/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/<YOUR_USERNAME>/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