From 7baed47d9ff7b7364a75f841d336365f5e26cd1f Mon Sep 17 00:00:00 2001 From: David Holm Date: Sun, 8 Feb 2015 12:26:32 +0100 Subject: [PATCH] Instructions for installing CubicSDR using Homebrew --- Build-OSX.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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