From 906cf542721ee28ba3724aca6ca800501284de1d Mon Sep 17 00:00:00 2001 From: David Sansome Date: Thu, 9 Jan 2014 20:00:33 +1100 Subject: [PATCH] Add a README file. Fixes #4085 --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..8202b1933 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +Clementine +========== + +Clementine is a modern music player and library organizer for Windows, Linux and Mac OS X. + +- Website: http://www.clementine-player.org/ +- Github: https://github.com/clementine-player/Clementine +- Buildbot: http://buildbot.clementine-player.org/grid +- Latest developer builds: http://builds.clementine-player.org/ + +Compiling from source +--------------------- + +Get the code (if you haven't already): + + git clone https://github.com/clementine-player/Clementine.git && cd Clementine + +Compile and install: + + cd bin + cmake .. + make -j8 + sudo make install + +See the Wiki for more instructions and a list of dependencies: +https://github.com/clementine-player/Clementine/wiki/Compiling-from-Source