From 33c61c27bd448ef8a0425cd32ddda76452c6ab91 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 13 Dec 2016 22:28:56 -0800 Subject: [PATCH] Removed mpg123 references from README.md -- if all goes well with this branch we'll default to (no)mad. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb668d3b7..2c53ecb73 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 faad2` - `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 vorbis flac mpg123 faad2 ncurses zlib asound pulse` +- install the following libraries and their development packages: `cmake boost libogg vorbis flac faad2 ncurses zlib asound pulse` - `git clone https://github.com/clangen/musikcube.git` - `cd musikcube` - `cmake .`