mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-08 08:07:52 -04:00
Updated Build OSX (markdown)
parent
1f5fb9052f
commit
b31abda1a5
@ -62,14 +62,13 @@ liquid-dsp$ sudo make install
|
|||||||
|
|
||||||
### Build CubicSDR
|
### Build CubicSDR
|
||||||
```
|
```
|
||||||
ccliffe$ cd ~/Dev
|
|
||||||
ccliffe$ git clone https://github.com/cjcliffe/CubicSDR.git
|
ccliffe$ git clone https://github.com/cjcliffe/CubicSDR.git
|
||||||
.. cloning ..
|
.. cloning ..
|
||||||
ccliffe$ cd CubicSDR/cmake_build
|
ccliffe$ cd CubicSDR/cmake_build
|
||||||
ccliffe$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=/Users/<YOUR_USERNAME>/wxWidgets/wxWidgets-staticlib/bin/wx-config -DCMAKE_BUILD_TYPE=Release -DBUNDLE_APP=1 -DCPACK_BINARY_DRAGNDROP=1
|
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
|
||||||
... generating ...
|
... generating ...
|
||||||
-- Build files have been written to: .../CubicSDR/cmake_build
|
-- Build files have been written to: .../CubicSDR/cmake_build
|
||||||
ccliffe$ cpack
|
cmake_build$ cpack
|
||||||
.. compiling / bundling ..
|
.. compiling / bundling ..
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user