1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 20:34:39 +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-03-30 17:27:03 +11:00
3rdparty Add Vk.com plugin. 2014-03-08 00:58:50 +07:00
bin
cmake Merge branch 'release-1.2' 2014-02-19 18:19:54 +01:00
data Get a list of available audio devices from pulseaudio, and let the user choose 2014-03-29 19:31:38 +11:00
debian Depend on libpulse-dev 2014-03-30 17:27:03 +11:00
dist Depend on libpulse-dev 2014-03-30 17:27:03 +11:00
ext
gst/moodbar
src Make CloudFileServices show logged in state and settings dialog properly in 2014-03-30 17:11:31 +11:00
tests Some more NULL -> nullptr conversions. 2014-02-21 17:30:46 +01:00
tools/ultimate_lyrics_parser
.gitignore
Changelog
cmake_uninstall.cmake.in Install .desktop file and icon. Also add an "uninstall" target. 2010-03-04 16:41:14 +00:00
CMakeLists.txt Get a list of available audio devices from pulseaudio, and let the user choose 2014-03-29 19:31:38 +11: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