mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 03:38:00 +02:00
README,INSTALL: remove references to the autotools build system
This commit is contained in:
parent
aab6e74794
commit
4afcc80544
2 changed files with 2 additions and 8 deletions
8
INSTALL
8
INSTALL
|
|
@ -4,7 +4,7 @@
|
|||
Quick start
|
||||
===========
|
||||
|
||||
This branch of dbus can be built by using Meson, GNU Autotools or CMake.
|
||||
This branch of dbus can be built by using Meson or CMake.
|
||||
The Meson build system is the recommended build system for the master
|
||||
branch (versions >= 1.15.0), except when building on Windows, for which
|
||||
CMake is recommended (this recommendation might change to Meson in future).
|
||||
|
|
@ -48,12 +48,6 @@ 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.
|
||||
|
||||
When using CMake, inspect README.cmake to see the possible
|
||||
configuration options and environment variables.
|
||||
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -86,7 +86,7 @@ likely to have more bugs than stable releases, obviously.
|
|||
Configuration and installation
|
||||
===
|
||||
|
||||
This branch of dbus can be built by using Meson, GNU Autotools or CMake.
|
||||
This branch of dbus can be built by using Meson or CMake.
|
||||
The Meson build system is the recommended build system for the master
|
||||
branch (versions >= 1.15.0), except when building on Windows, for which
|
||||
CMake is recommended (this recommendation might change to Meson in future).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue