From: Simon McVittie Date: Mon, 14 Aug 2023 15:29:24 +0000 (+0100) Subject: INSTALL: Rewrite extremely outdated list of dependencies X-Git-Tag: dbus-1.15.8~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1999ea05378d98826a3986d3f5dc45eec71b817b;p=thirdparty%2Fdbus.git INSTALL: Rewrite extremely outdated list of dependencies Signed-off-by: Simon McVittie --- diff --git a/INSTALL b/INSTALL index d8b20cbde..b58fb291a 100644 --- a/INSTALL +++ b/INSTALL @@ -78,23 +78,26 @@ The CMake equivalent is: See README.cmake for more details. -External software dependancies +External software dependencies ============================== -The only fundamental requirement to build DBus is an XML parser, -however, there are a number of other software packages which (if -present) will enhance functionality. +Required: -Core library ------------- - - Requisite: - - - Gettext - expat - Optional: +Optional: - - libselinux (for SELinux integration) + - libapparmor (for AppArmor LSM integration on Linux) + - libaudit (for AppArmor/SELinux audit logging on Linux) + - libcap-ng (for capabilities management on Linux) + - libselinux (for SELinux LSM integration on Linux) + - libsystemd (for logging, socket activation and session tracking on Linux) + - libX11 (for X11 autolaunching on Unix platforms) - doxygen (for API documentation) - - xmlto or meinproc4 (for Spec & other XML documentation) + - xsltproc (for Spec & other XML documentation) + - Docbook XSL stylesheets (for Spec & other XML documentation) + - ducktype (for additional documentation) + - qhelpgenerator (for additional documentation) + - yelp-build (for additional documentation) + - GLib (for improved test coverage) + - Python 3 (for improved test coverage)