1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +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-10-06 10:01:33 +02:00
3rdparty Remove bits of sha2 not used for sha256 2014-09-25 23:51:46 +10:00
bin
cmake Hack to make the C++11 override keyword work with old compilers. 2014-09-26 20:33:02 +10:00
data Remove few Ubuntu One things remaining 2014-09-14 21:43:13 +02:00
debian Replace gstreamer1.0-alsa | gstreamer1.0-audiosink with just 2014-10-01 21:05:28 +10:00
dist Make Soup check SSL against our shipped root certs. 2014-10-01 15:06:22 +02:00
ext Add the ability to remove tracks from Spotify playlists 2014-09-28 02:00:32 +02:00
gst/moodbar Stop using some C++11 features not supported by g++ 4.6.4 on Ubuntu 12.04 2014-09-26 11:43:54 +02:00
src Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2014-10-06 10:01:33 +02:00
tests Fix musicbrainz tests. 2014-08-11 15:38:55 +02:00
tools/ultimate_lyrics_parser Fix sites.js formatting, ultimate_providers.xml update 2014-08-11 19:44:10 +06:00
.gitignore
Changelog Add more things to the 1.2.3 changelog 2014-04-23 20:16:20 +10:00
cmake_uninstall.cmake.in
CMakeLists.txt Hack to make the C++11 override keyword work with old compilers. 2014-09-26 20:33:02 +10: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