Updated Build OSX (markdown)

Charles J. Cliffe 2016-01-25 13:15:22 -05:00
parent b31abda1a5
commit 521a0f7033

@ -40,12 +40,12 @@ You can use MacPorts or Brew for this part.
##### MacPorts: ##### MacPorts:
``` ```
ccliffe$ sudo port install fftw-3-single liquid-dsp ccliffe$ sudo port install fftw-3-single liquid-dsp cmake
.. installing .. .. installing ..
``` ```
##### Homebrew: ##### Homebrew:
``` ```
ccliffe$ brew install fftw automake ccliffe$ brew install fftw automake cmake
.. installing .. .. installing ..
ccliffe$ git clone https://github.com/jgaeddert/liquid-dsp.git ccliffe$ git clone https://github.com/jgaeddert/liquid-dsp.git
ccliffe$ cd liquid-dsp ccliffe$ cd liquid-dsp