INSTALL: Add some sub-headings for non-Meson build systems

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2023-08-15 13:10:37 +01:00
parent 041b236251
commit dd5fdcacf7

View file

@ -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