mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-01 12:47:53 -04:00
Updated Build OSX (markdown)
parent
2725a97fe2
commit
cb16a93067
10
Build-OSX.md
10
Build-OSX.md
@ -62,11 +62,13 @@ SoapySDRUtil --info
|
||||
```
|
||||
ccliffe$ git clone https://github.com/cjcliffe/CubicSDR.git
|
||||
.. cloning ..
|
||||
ccliffe$ cd CubicSDR/cmake_build
|
||||
cmake_build$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=/Users/<YOUR_USERNAME>/wxWidgets/wxWidgets-staticlib/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1
|
||||
ccliffe$ cd CubicSDR
|
||||
ccliffe$ mkdir build
|
||||
ccliffe$ cd build
|
||||
build$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=/Users/<YOUR_USERNAME>/wxWidgets/wxWidgets-staticlib/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1
|
||||
... generating ...
|
||||
-- Build files have been written to: .../CubicSDR/cmake_build
|
||||
cmake_build$ cpack
|
||||
-- Build files have been written to: .../CubicSDR/build
|
||||
build$ cpack
|
||||
.. compiling / bundling ..
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user