mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-09-10 10:47:51 -04:00
Destroyed Build OSX MacPorts (markdown)
parent
9ef97b6b0a
commit
6795550a54
@ -1,20 +0,0 @@
|
|||||||
# Mac Build Instructions (using MacPorts):
|
|
||||||
```
|
|
||||||
ccliffe$ sudo port install rtl-sdr fftw-3-single liquid-dsp wxWidgets-3.0-libcxx
|
|
||||||
.. installing ..
|
|
||||||
ccliffe$ git clone https://github.com/cjcliffe/CubicSDR.git
|
|
||||||
.. cloning ..
|
|
||||||
ccliffe$ mkdir CubicSDR/cmake_build
|
|
||||||
ccliffe$ cd CubicSDR/cmake_build
|
|
||||||
ccliffe$ cmake ../ -DwxWidgets_CONFIG_EXECUTABLE=/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/bin/wx-config
|
|
||||||
... generating ...
|
|
||||||
-- Build files have been written to: .../CubicSDR/cmake_build
|
|
||||||
ccliffe$ make
|
|
||||||
.. compiling ..
|
|
||||||
ccliffe$ ./CubicSDR
|
|
||||||
```
|
|
||||||
If for some reason your wx-config is elsewhere (built manually or otherwise) you can find it via:
|
|
||||||
```
|
|
||||||
ccliffe$ locate wx-config
|
|
||||||
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/bin/wx-config
|
|
||||||
```
|
|
Loading…
x
Reference in New Issue
Block a user