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
Andreas f37d146dc5 First work on streaming. 2014-03-16 19:16:16 +01:00
3rdparty Add Vk.com plugin. 2014-03-08 00:58:50 +07:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Merge branch 'release-1.2' 2014-02-19 18:19:54 +01:00
data Remove obsolete plasma runner resource file. 2014-03-14 11:49:34 +01:00
debian Add copyright info for breakpad. 2014-02-20 18:15:45 +01:00
dist Remove libimobiledevice from RPM dependencies. 2014-03-14 11:50:59 +01:00
ext Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
gst/moodbar Update deprecated function call. 2013-11-22 12:08:24 +00:00
src First work on streaming. 2014-03-16 19:16:16 +01:00
tests Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
tools/ultimate_lyrics_parser Update lyrics parsing for tekstowo.pl. 2012-11-21 12:10:39 +01:00
.gitignore Consistently added GroupBy_Bitrate enum item 2013-12-16 19:18:02 +01:00
CMakeLists.txt Add Vk.com plugin. 2014-03-08 00:58:50 +07:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
Changelog Update changelog for 1.2.2 2014-02-06 12:07:58 +01: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