mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Updated README.md to remove fftw3 dependency.
This commit is contained in:
parent
f1ffce5662
commit
6be3a5030a
@ -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 fftw`
|
||||
- `brew install cmake boost libogg libvorbis flac mpg123 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 libfftw3 libogg vorbis flac mpg123 faad2 ncurses zlib asound`
|
||||
- install the following libraries and their development packages: `cmake boost libogg vorbis flac mpg123 faad2 ncurses zlib asound`
|
||||
- `git clone https://github.com/clangen/musikcube.git`
|
||||
- `cd musikcube`
|
||||
- `cmake .`
|
||||
|
Loading…
Reference in New Issue
Block a user