From 376b66524d643039addfc88302a310e74069c517 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 9 Nov 2015 20:14:16 -0500 Subject: [PATCH] Updated Build OSX (markdown) --- Build-OSX.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Build-OSX.md b/Build-OSX.md index 0ad3eab..644c582 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -18,14 +18,6 @@ ccliffe$ make && make install ... building, installing ... ``` - -### Install dependencies - -``` -ccliffe$ sudo port install fftw-3-single liquid-dsp -.. installing .. -``` - ### Build SoapySDR ``` sudo apt-get install git build-essential automake cmake @@ -40,6 +32,11 @@ sudo ldconfig #only needed on linux systems SoapySDRUtil --info ``` +### Install dependencies +``` +ccliffe$ sudo port install fftw-3-single liquid-dsp +.. installing .. +``` ### Build CubicSDR ```