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
David Sansome 96075faf88 Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols
conflicting with the system's openssl symbols with the same names.

This was causing SSL connections to fail in weird ways on Debian.

Fixes #4130.
2014-02-02 20:25:11 +11:00
3rdparty Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols 2014-02-02 20:25:11 +11:00
bin Add an empty bin directory 2013-10-04 15:47:22 +10:00
cmake Print out the Clementine display version in the cmake summary. 2014-01-28 14:54:52 +01:00
data Add an Encyclopaedia Metallum lyrics provider. Fixes issue 3568 2013-12-03 20:21:52 +11:00
debian Add sqlite dependencies for Ubuntu 2013-11-26 14:26:44 +01:00
dist Merge pull request #4157 from pejakm/desktopfile 2014-01-30 08:11:29 -08:00
ext Network remote: send md5 hash along with library and files. 2013-12-31 15:26:42 +01:00
gst/moodbar Update deprecated function call. 2013-11-22 12:08:24 +00:00
src Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols 2014-02-02 20:25:11 +11:00
tests Make SongLoader add URLs as raw streams if there exists a URL handler 2014-01-24 23:54:38 +11: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 Try building on OS X with libc++ 2014-01-27 23:59:09 +01:00
COPYING Add license headers to all our source files 2010-03-23 23:11:46 +00:00
Changelog Update the changelog for 1.2.1 2013-11-16 13:49:27 +11: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