1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-19 04:50:16 +01:00
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
2014-01-23 17:06:43 +01:00
3rdparty Bump 3rd party taglib to 1.9.1 2013-12-17 19:38:05 +01:00
bin
cmake
data Add an Encyclopaedia Metallum lyrics provider. Fixes issue 3568 2013-12-03 20:21:52 +11:00
debian
dist Try emulating Mavericks' codesign --deep for earlier OS X versions. 2013-12-17 16:15:40 +01:00
ext Network remote: send md5 hash along with library and files. 2013-12-31 15:26:42 +01:00
gst/moodbar
src Include sys/time.h required for time_t on FreeBSD. 2014-01-23 17:06:43 +01:00
tests
tools/ultimate_lyrics_parser
.gitignore Consistently added GroupBy_Bitrate enum item 2013-12-16 19:18:02 +01:00
Changelog
cmake_uninstall.cmake.in
CMakeLists.txt Extra GStreamer includes 2013-12-31 12:15:15 -06:00
COPYING
README.md Add a README file. 2014-01-09 20:00:33 +11:00

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