diff --git a/Build-OSX.md b/Build-OSX.md index 038ff47..711162e 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -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 -``` +``` \ No newline at end of file