mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Update README.md
This commit is contained in:
parent
4039157600
commit
84d71e111b
12
README.md
12
README.md
@ -6,7 +6,7 @@ a cross-platform audio engine written in C++.
|
||||
|
||||
an ncurses frontend to musikcube.
|
||||
|
||||
musicbox compiles and runs easily on Windows and OSX (and Linux soon).
|
||||
musicbox compiles and runs easily on Windows, OSX and Linux.
|
||||
|
||||
it looks something like this on windows:
|
||||
|
||||
@ -37,6 +37,16 @@ you'll need [homebrew](http://brew.sh/) to install the required dependencies.
|
||||
- `cd bin`
|
||||
- `./musikbox`
|
||||
|
||||
## linux
|
||||
|
||||
- install the following libraries and their development packages: `cmake boost libogg vorbis flac mpg123 faad2 taglib`
|
||||
- `git clone https://github.com/clangen/musikcube.git`
|
||||
- `cd musikcube`
|
||||
- `cmake .`
|
||||
- `make`
|
||||
- `cd bin`
|
||||
- `./musikbox`
|
||||
|
||||
## keyboard shortcuts
|
||||
|
||||
the user interface is very new and will change considerably over time.
|
||||
|
Loading…
Reference in New Issue
Block a user