sergiokas / Clementine

Clementine Music Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clementine

Clementine is a modern music player and library organizer for Windows, Linux and Mac OS X.

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

About

Clementine Music Player

License:GNU General Public License v3.0


Languages

Language:C++ 92.2%Language:Python 5.5%Language:Objective-C++ 1.4%Language:C 0.4%Language:Objective-C 0.3%Language:Shell 0.1%Language:CSS 0.1%