]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
INSTALL: Add some sub-headings for non-Meson build systems
authorSimon McVittie <smcv@collabora.com>
Tue, 15 Aug 2023 12:10:37 +0000 (13:10 +0100)
committerSimon McVittie <smcv@collabora.com>
Tue, 15 Aug 2023 12:10:37 +0000 (13:10 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 08269e1e90aaf12c1d5205e54da14d68b3f829fc..88b062dad8ee2952f0646731ca925815f5abe70e 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -48,6 +48,9 @@ See `meson_options.txt` for details of dbus-specific options, and
 <https://mesonbuild.com/Builtin-options.html> for details of generic
 Meson options.
 
+Other build systems
+-------------------
+
 When using Autotools, run "./configure --help" to see the possible
 configuration options and environment variables.
 
@@ -69,6 +72,9 @@ meson test
 Full build instructions can be found on mesonbuild website:
 https://mesonbuild.com/Running-Meson.html
 
+Building with CMake
+-------------------
+
 The CMake equivalent is:
 
 ``` sh