Updated Build OSX (markdown)

Charles J. Cliffe 2016-01-25 13:15:22 -05:00
parent b31abda1a5
commit 521a0f7033
1 changed files with 2 additions and 2 deletions

@ -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