1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-05 14:28:40 +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
David Sansome 48731d0420 Merge pull request #4364 from TheUbuntuGuy/master
Add icons to extras: hypnotoad, kittens, enterprise.  Fixes #1601
2014-05-21 22:12:53 +10:00
3rdparty Clean up a lockfile from /tmp on exit. Fixes #4348 2014-05-15 16:19:38 +10:00
bin
cmake Bump 1.2 release version 2014-05-10 18:26:51 +10:00
data Add icons to extras: hypnotoad, kittens, enterprise 2014-05-21 07:26:16 -04:00
debian Add arraysize macro from Chromium 2014-04-29 14:11:52 +02:00
dist Install libgmp-10.dll which is required by libgiognutls.dll. Fixes #4332 2014-05-10 09:04:40 +00:00
ext Send filesize and file count in advance when client wants to download songs. 2014-05-10 14:53:38 +02:00
gst/moodbar
src Merge pull request #4364 from TheUbuntuGuy/master 2014-05-21 22:12:53 +10:00
tests Remove obsolete configure #defines 2014-04-10 18:03:15 +02:00
tools/ultimate_lyrics_parser
.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 Remove Growl support. 2014-04-07 14:54:10 +02: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