Removed mpg123 references from README.md -- if all goes well with this

branch we'll default to (no)mad.
This commit is contained in:
casey langen 2016-12-13 22:28:56 -08:00
parent dff09255a7
commit 33c61c27bd

View File

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