INSTALL, README: Simplify Meson vs. CMake recommendation

Now that 1.16.0 has been released and 1.15.x is EOL, it's misleading
to say that Meson is the recommended build system for Unix only on the
master branch: it's the recommended build system for Unix on the
dbus-1.16 branch, too.

This also avoids explicitly naming the master branch, which is likely
to get renamed to main.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2024-12-17 12:42:36 +00:00
parent 8e17865aca
commit 7f362782d6
2 changed files with 6 additions and 6 deletions

View file

@ -5,9 +5,9 @@ Quick start
=========== ===========
This branch of dbus can be built by using Meson 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 The Meson build system is the recommended build system since version 1.16.0,
branch (versions >= 1.15.0), except when building on Windows, for which except when building on Windows, for which CMake is recommended (this
CMake is recommended (this recommendation might change to Meson in future). recommendation might change to Meson in future).
Meson only supports out-of-tree builds, and must be passed a directory to put Meson only supports out-of-tree builds, and must be passed a directory to put
built and generated sources into. We'll call that directory "build" here. It's built and generated sources into. We'll call that directory "build" here. It's

6
README
View file

@ -87,9 +87,9 @@ Configuration and installation
=== ===
This branch of dbus can be built by using Meson 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 The Meson build system is the recommended build system since version 1.16.0,
branch (versions >= 1.15.0), except when building on Windows, for which except when building on Windows, for which CMake is recommended (this
CMake is recommended (this recommendation might change to Meson in future). recommendation might change to Meson in future).
Please see `INSTALL` for full details. Please see `INSTALL` for full details.