From cfbfb9ec9924e5110119a181c94b97ce11474d35 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Sun, 22 Feb 2015 11:20:23 -0500 Subject: [PATCH] Updated Build OSX MacPorts .App (markdown) --- Build-OSX---MacPorts-.App.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)