Updated Build OSX MacPorts .App (markdown)

Charles J. Cliffe 2015-02-18 01:31:26 -05:00
parent 9036fb2ec4
commit 1398a75ea9
1 changed files with 1 additions and 1 deletions

@ -34,7 +34,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/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1
ccliffe$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=~/Dev/wxWidgets-build/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$ make install