Files
cantata/INSTALL
2013-03-20 19:57:33 +00:00

60 lines
1.3 KiB
Plaintext

With KDE Support
================
1. mkdir build
2. cd build
3. cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
4. make
5. sudo make install
Qt4
===
1. mkdir build
2. cd build
3. cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_KDE=OFF
4. make
5. sudo make install
Qt5
===
1. mkdir build
2. cd build
3. cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_KDE=OFF -DENABLE_QT5=ON
4. make
5. sudo make install
CMake Options
=============
The following options may be passed to CMake:
-DCANTATA_TRANSLATIONS=<list of translations to install>
Builds and installs the selected translations. Supported values are
cs, de, en, es, pl, ko, and all. Entries should be separated with a
semicolon (";") e.g. -DCANTATA_TRANSLATIONS="es;pl"
Default: all
-DENABLE_REMOTE_DEVICES=ON
Compile support for samba, sshfs, and local folder, devices.
Default: OFF
-DENABLE_KDE=OFF
Link against KDE libraries, use KDE dialogs, etc.
Default: ON
-DENABLE_QT5=ON
Build against Qt5, not Qt4
Default: OFF
-DENABLE_PHONON=ON
Enable support for playing back MPD HTTP streams via Phonon.
Default: OFF
-DENABLE_UDISKS2=ON
Build UDisks2 backend for solid-lite. (This is for Qt only builds,
KDE builds use KDE supplied Solid libraries).
Default: OFF