diff --git a/Build-OSX---MacPorts-.App.md b/Build-OSX---MacPorts-.App.md index 44f2059..8e2a6d2 100644 --- a/Build-OSX---MacPorts-.App.md +++ b/Build-OSX---MacPorts-.App.md @@ -1,7 +1,5 @@ # Mac App Build Instructions (using MacPorts): -Note: Currently requires branch osx-app-build https://github.com/cjcliffe/CubicSDR/tree/osx-app-build - ### Build wxWidgets 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 ... generating ... -- Build files have been written to: .../CubicSDR/cmake_build -ccliffe$ make install +ccliffe$ cpack .. 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)