mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
Removed mpg123 references from README.md -- if all goes well with this
branch we'll default to (no)mad.
This commit is contained in:
parent
dff09255a7
commit
33c61c27bd
@ -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 .`
|
||||
|
Loading…
Reference in New Issue
Block a user