Updated Build OSX MacPorts .App (markdown)

Charles J. Cliffe 2015-02-22 11:20:23 -05:00
parent 212534aad4
commit cfbfb9ec99

@ -1,7 +1,5 @@
# Mac App Build Instructions (using MacPorts): # Mac App Build Instructions (using MacPorts):
Note: Currently requires branch osx-app-build https://github.com/cjcliffe/CubicSDR/tree/osx-app-build
### Build wxWidgets ### Build wxWidgets
Substitute your own user paths where appropriate. Substitute your own user paths where appropriate.
@ -37,8 +35,8 @@ 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=~/Dev/wxWidgets-build/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1
... generating ... ... generating ...
-- Build files have been written to: .../CubicSDR/cmake_build -- Build files have been written to: .../CubicSDR/cmake_build
ccliffe$ make install ccliffe$ cpack
.. compiling .. .. compiling ..
``` ```
CubicSDR.app should now be built as x64/CubicSDR.app CubicSDR.app should now be built as x64/CubicSDR.app as well as a .DMG bundle (and possibly some other default bundles)