From 852d38abfa34d94e2cfe000a8ce7499098c76259 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 6 Oct 2022 04:40:36 +0300 Subject: [PATCH 36/36] Document meson as supported build system See osdn #45742 Signed-off-by: Marko Lindqvist --- doc/INSTALL.meson | 7 +++---- doc/README.packaging | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson index 7dc9166963..2c88876cee 100644 --- a/doc/INSTALL.meson +++ b/doc/INSTALL.meson @@ -2,10 +2,9 @@ Installing Freeciv with Meson: ============================== -This file describes how to compile and install Freeciv with the experimental -Meson build system support. Meson support is still work-in-progress. Fully -supported official way to compile and install Freeciv is still using -autotools as described in INSTALL. +This file describes how to compile and install Freeciv with the +Meson build system support. The other supported way to compile and +install Freeciv is using autotools as described in INSTALL. Prerequisites: diff --git a/doc/README.packaging b/doc/README.packaging index f5a40c6a6c..a4d61dc5f8 100644 --- a/doc/README.packaging +++ b/doc/README.packaging @@ -21,6 +21,7 @@ Updating from 3.1 to 3.2 * Minimum SDL2 requirement for sound support is 2.0.6. * Minimum Python requirement for code generation scripts is 3.5. * Threaded AI has been dropped completely +* Meson based build is no longer considered experimental, but a supported one ---------------------------------------------------------------------- Compatibility of modified versions -- 2.35.1