1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-15 11:15:59 +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
John Maguire 5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
3rdparty Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols 2014-02-02 20:25:11 +11:00
bin
cmake
data pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
debian
dist Merge pull request #4157 from pejakm/desktopfile 2014-01-30 08:11:29 -08:00
ext Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
gst/moodbar
src Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
tests Remove boost from tests. 2014-02-06 18:24:46 +01:00
tools/ultimate_lyrics_parser
.gitignore
Changelog
cmake_uninstall.cmake.in
CMakeLists.txt Use c++11 instead of boost where possible. 2014-02-06 16:51:39 +01: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