1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-27 18:12:41 +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
Dave Sansome 89369029ab Merge branch 'skip_track' of https://github.com/asiviero/Clementine into asiviero-skip_track
Conflicts:
	src/playlist/playlist.cpp
	src/playlist/playlistitem.h
	src/ui/mainwindow.cpp
2014-02-08 13:19:23 +11:00
3rdparty
bin
cmake Allow context creation in po files. Brings #4163 to effect 2014-02-07 17:20:59 +01:00
data pngcrush all our data pngs 2014-02-07 16:46:48 +01:00
debian
dist
ext Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
gst/moodbar
src Merge branch 'skip_track' of https://github.com/asiviero/Clementine into asiviero-skip_track 2014-02-08 13:19:23 +11: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
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