These are the dependencies currently used by KTV. You can find instructions for installing them in the build-*.md
file for your platform.
Dependency | Version used | Minimum required | CVEs | Shared | Bundled Qt library |
---|---|---|---|---|---|
Berkeley DB | 4.8.30 | 4.8.x | No | ||
Boost | 1.71.0 | 1.57.0 | No | ||
Clang | 3.3+ (C++11 support) | ||||
D-Bus | 1.10.18 | No | Yes | ||
Expat | 2.2.6 | No | Yes | ||
fontconfig | 2.12.1 | No | Yes | ||
FreeType | 2.7.1 | No | |||
GCC | 4.8+ (C++11 support) | ||||
HarfBuzz-NG | |||||
libevent | 2.1.8-stable | 2.0.22 | No | ||
libnatpmp | 20150609 | No | |||
libjpeg | Yes | ||||
libpng | Yes | ||||
librsvg | |||||
MiniUPnPc | 2.2.2 | No | |||
GMP | 6.1.2 | No | |||
PCRE | Yes | ||||
Python (tests) | 3.5 | ||||
qrencode | 3.4.4 | No | |||
Qt | 5.9.7 | 5.5.1 | No | ||
XCB | Yes (Linux only) | ||||
xkbcommon | Yes (Linux only) | ||||
ZeroMQ | 4.3.1 | 4.0.0 | No | ||
zlib | 1.2.11 | No | |||
Sodium | 1.0.15 | ||||
Rust | 1.42.0 | 1.42.0 |
Some dependencies are not needed in all configurations. The following are some factors that affect the dependency list.
- MiniUPnPc is not needed with
--without-miniupnpc
. - libnatpmp is not needed with
--without-natpmp
. - Berkeley DB is not needed with
--disable-wallet
. - Qt is not needed with
--without-gui
. - If the qrencode dependency is absent, QR support won't be added. To force an error when that happens, pass
--with-qrencode
. - ZeroMQ is needed only with the
--with-zmq
option.
- librsvg is only needed if you need to run
make deploy
on (cross-compilation to) macOS.