Update README.md

This commit is contained in:
clangen 2016-06-09 22:54:39 -07:00 committed by GitHub
parent 4039157600
commit 84d71e111b

View File

@ -6,7 +6,7 @@ a cross-platform audio engine written in C++.
an ncurses frontend to musikcube. 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: 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` - `cd bin`
- `./musikbox` - `./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 ## keyboard shortcuts
the user interface is very new and will change considerably over time. the user interface is very new and will change considerably over time.