From 521a0f7033306afcb38c64754552f7fcd76a2567 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 25 Jan 2016 13:15:22 -0500 Subject: [PATCH] Updated Build OSX (markdown) --- Build-OSX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build-OSX.md b/Build-OSX.md index af9ec9b..101867a 100644 --- a/Build-OSX.md +++ b/Build-OSX.md @@ -40,12 +40,12 @@ You can use MacPorts or Brew for this part. ##### MacPorts: ``` -ccliffe$ sudo port install fftw-3-single liquid-dsp +ccliffe$ sudo port install fftw-3-single liquid-dsp cmake .. installing .. ``` ##### Homebrew: ``` -ccliffe$ brew install fftw automake +ccliffe$ brew install fftw automake cmake .. installing .. ccliffe$ git clone https://github.com/jgaeddert/liquid-dsp.git ccliffe$ cd liquid-dsp