Instructions for installing CubicSDR using Homebrew

David Holm 2015-02-08 12:26:32 +01:00
parent a6c1428931
commit 7baed47d9f
1 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
# Installing CubicSDR using Homebrew
Run `brew tap dholm/homebrew-sdr` followed by `brew install cubicsdr --HEAD`. Assuming your [Homebrew](http://brew.sh) prefix is in your path you should be able to launch CubicSDR simply by running `CubicSDR` from a terminal.
To upgrade CubicSDR, since it is a head-only formula, simply remove it and then install it again.
# Mac Build Instructions (using MacPorts):
```
ccliffe$ sudo port install rtl-sdr fftw-3-single liquid-dsp wxWidgets-3.0-libcxx
@ -16,4 +21,4 @@ If for some reason your wx-config is elsewhere (built manually or otherwise) you
```
ccliffe$ locate wx-config
/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0-libcxx/bin/wx-config
```
```