From f631597ec6b8ed67f71a9c688e6a5d847faec12c Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 9 Nov 2015 20:04:11 -0500 Subject: [PATCH] Updated Build OSX (markdown) --- Build-OSX.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Build-OSX.md b/Build-OSX.md index 4810aa3..fb50fc2 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -1,4 +1,4 @@ -# Mac App Build Instructions (using MacPorts): +# OSX Build Instructions - (/w MacPorts): ### Build wxWidgets @@ -26,6 +26,21 @@ ccliffe$ sudo port install fftw-3-single liquid-dsp .. installing .. ``` +### Build SoapySDR +``` +sudo apt-get install git build-essential automake cmake +git clone https://github.com/pothosware/SoapySDR.git +cd SoapySDR +mkdir build +cd build +cmake .. -DCMAKE_BUILD_TYPE=Release +make +sudo make install +sudo ldconfig #only needed on linux systems +SoapySDRUtil --info +``` + + ### Build CubicSDR ``` ccliffe$ cd ~/Dev