1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-08 00:01:32 +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-12-19 00:47:55 +01:00
3rdparty
bin
cmake
data
debian
dist Make formater a little bit more generic 2014-12-16 14:32:10 +01:00
ext
gst/moodbar Tidy up locking usage around FFTW. 2014-12-10 18:57:35 +01:00
src Fix header copyright tags in internet/ 2014-12-19 00:47:55 +01:00
tests
tools/ultimate_lyrics_parser
.gitignore
Changelog
cmake_uninstall.cmake.in
CMakeLists.txt
COPYING
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