From 923362d3b7997383e9053cb1182eeb91a78911e0 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 10 Jul 2016 22:36:30 -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 7ed0e048a..3758382a3 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ and linux: you'll need [homebrew](http://brew.sh/) to install the required dependencies. -- `brew install cmake boost libogg libvorbis flac mpg123 faad2 taglib` +- `brew install cmake boost libogg libvorbis flac mpg123 faad2` - `git clone https://github.com/clangen/musikcube.git` - `cd musikcube` - `cmake .` @@ -43,7 +43,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 vorbis flac mpg123 faad2 taglib` +- install the following libraries and their development packages: `cmake boost libogg vorbis flac mpg123 faad2` - `git clone https://github.com/clangen/musikcube.git` - `cd musikcube` - `cmake .`