From 84d71e111bc64bfcef41e3ea7bc98c75386317d5 Mon Sep 17 00:00:00 2001 From: clangen Date: Thu, 9 Jun 2016 22:54:39 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96eea7d5f..0d88de648 100644 --- a/README.md +++ b/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.