mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-08 08:07:52 -04:00
Updated Build OSX MacPorts .App (markdown)
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user