mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
parent
662dc8ab50
commit
906cf54272
26
README.md
Normal file
26
README.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user