From a05bda342e22e66c23faf7edc13b3eae843f275d Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 5 Nov 2016 23:41:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e7b10f8..abe847c5c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. ### manual -- `brew install cmake boost libogg libvorbis flac mpg123 faad2` +- `brew install cmake boost libogg libvorbis flac mpg123 faad2 fftw` - `git clone https://github.com/clangen/musikcube.git` - `cd musikcube` - `cmake .` @@ -51,7 +51,7 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies. ## linux -- install the following libraries and their development packages: `cmake boost libogg libfftw3 vorbis flac mpg123 faad2 ncurses zlib asound` +- install the following libraries and their development packages: `cmake boost libfftw3 libogg vorbis flac mpg123 faad2 ncurses zlib asound` - `git clone https://github.com/clangen/musikcube.git` - `cd musikcube` - `cmake .`