Clementine è un lettore musicale multipiattaforma con un'interfaccia veloce e facile da usare per ricercare e riprodurre la propria raccolta musicale locale o online e ascoltare radio via internet o i podcast su funkwhale. https://funkwhale.it
Go to file
Arnaud Bienner 631c120515 Allow to change rating when "inline" editing is not enabled 2014-09-06 17:54:50 +02:00
3rdparty Merge pull request #4456 from Shedward/vk-broadcasting 2014-08-12 22:04:45 +02:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Bump 1.2 release version 2014-05-10 18:26:51 +10:00
data Fix sites.js formatting, ultimate_providers.xml update 2014-08-11 19:44:10 +06:00
debian Add arraysize macro from Chromium 2014-04-29 14:11:52 +02:00
dist Add appdata xml to RPM spec 2014-06-02 11:52:33 +02:00
ext use unique_ptr instead 2014-06-05 17:42:55 +02:00
gst/moodbar Add class mutex instead of deprecated static mutex. 2014-06-05 14:08:22 +02:00
src Allow to change rating when "inline" editing is not enabled 2014-09-06 17:54:50 +02:00
tests Fix musicbrainz tests. 2014-08-11 15:38:55 +02:00
tools/ultimate_lyrics_parser Fix sites.js formatting, ultimate_providers.xml update 2014-08-11 19:44:10 +06:00
.gitignore Consistently added GroupBy_Bitrate enum item 2013-12-16 19:18:02 +01:00
CMakeLists.txt Add a message in CMake to notify that ccache has been found and will be used (+ some minor, unrelated things). 2014-08-06 20:05:41 +02:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
Changelog Add more things to the 1.2.3 changelog 2014-04-23 20:16:20 +10:00
README.md Add a README file. 2014-01-09 20:00:33 +11:00
cmake_uninstall.cmake.in Install .desktop file and icon. Also add an "uninstall" target. 2010-03-04 16:41:14 +00:00

README.md

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