This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
/
Copy pathINSTALL
90 lines (66 loc) · 2.51 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Build & Installation
====================
1. mkdir build
2. cd build
3. cmake ..
4. make
5. sudo make install
Mac/Windows
-----------
See README
CMake Options
=============
The following options may be passed to CMake:
-DCMAKE_INSTALL_PREFIX=/usr
Specify install location prefix.
-DCMAKE_BUILD_TYPE=Release|Debug
Specify which type of build. Debug builds will be *much* larger, as
they will contain extra debugging information.
-DENABLE_HTTP_STREAM_PLAYBACK=ON
Enable support for playing back MPD HTTP streams via QtMultiMedia or
lib VLC (see below)
Default: ON
-DENABLE_LIBVLC=ON
Enable usage of libVLC for MPD HTTP stream playback. Bug report 493
(https://github.com/CDrummond/cantata/issues/493) contains
more information.
Default: ON (Linux) OFF (Windows/Mac)
-DENABLE_HTTP_SERVER=ON
Enable usage of internal HTTP server for non-MPD file playback.
Default: ON
-DENABLE_PROXY_CONFIG=ON
Enable support for proxy settings in config dialog. If disabled,
system proxy settings are used.
Default: OFF
Linux specific:
-DENABLE_DEVICES_SUPPORT=ON
Support external devices (UMS, MTP, AudioCD)
Default: ON
-DENABLE_REMOTE_DEVICES=OFF
Support remote devices (accessed via sshfs, or samba). This requires
ENABLE_DEVICES_SUPPORT to also be enabled.
Default: ON
-DENABLE_UDISKS2=ON
Build UDisks2 backend for solid-lite.
Default: ON
-DINSTALL_UBUNTU_ICONS=<ON if Ubuntu, OFF otherwise>
Install monochrome system tray icons for Ubuntu.
-DCANTATA_HELPERS_LIB_DIR=<subdir>
For 64 bit builds, this may be used to control the lib sub-dir
where Cantata helper apps will be placed. e.g. setting this to lib64
will cause the helper apps (cantata-tags, cantata-replaygain) to be
install into /usr/lib64/cantata instead of /usr/lib/cantata
Default: <empty (which means /usr/lib will be used) >
-DENABLE_SIMPLE_MPD_SUPPORT=OFF
Enable support for basic, Cantata controlled, MPD instance.
Default: ON
-DENABLE_AVAHI=ON
Enable avahi support (automatic mpd discovery)
Default: ON
Windows specific:
-DCANTATA_WINDOWS_INSTALLER_DEST=<folder>
Path where Inno Setpup Compiler should place the catata setup exe.
Default: z:\
-DCANTATA_SSL_LIBS=<path>/libeay32.dll;<path>/ssleay32.dll
SSL libraries
Default: <empty>