1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-24 16:31:22 +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
2015-04-11 23:24:07 +02:00
3rdparty
bin
cmake Update main cmakelists to qt5 2015-04-11 23:24:05 +02:00
data
debian
dist Update Clementine spec to qt5 2015-04-11 23:24:05 +02:00
ext Update non optionnals sources to qt5 2015-04-11 23:24:07 +02:00
gst/moodbar Update internals CMakeLits to qt5 2015-04-11 23:24:06 +02:00
src Update non optionnals sources to qt5 2015-04-11 23:24:07 +02:00
tests Update non optionnals sources to qt5 2015-04-11 23:24:07 +02:00
tools/ultimate_lyrics_parser Update non optionnals sources to qt5 2015-04-11 23:24:07 +02:00
.gitignore
Changelog
cmake_uninstall.cmake.in
CMakeLists.txt Update main cmakelists to qt5 2015-04-11 23:24:05 +02:00
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