From 1999ea05378d98826a3986d3f5dc45eec71b817b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 14 Aug 2023 16:29:24 +0100 Subject: [PATCH] INSTALL: Rewrite extremely outdated list of dependencies Signed-off-by: Simon McVittie --- INSTALL | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) 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) -- 2.47.3