From ccd7253f6e06d9a09591226ba6a7c31a8e48734e Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 4 Jul 2022 02:06:01 +0300 Subject: [PATCH 66/66] INSTALL.meson: Mention meson core option default_library See osdn #44843 Signed-off-by: Marko Lindqvist --- doc/INSTALL.meson | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson index 0e69017b20..a0580b6a11 100644 --- a/doc/INSTALL.meson +++ b/doc/INSTALL.meson @@ -86,6 +86,14 @@ debug (boolean): Whether debug version of Freeciv should be built. While this is generic option, some functionality in Freeciv depends on this setting. +default_library ('shared'/'static'/'both') + In case of freeciv, this affects build of common libfreeciv library. + The default is to build shared library, and as the binaries then + need to find the shared library at their run time, setting + system up for that may require some extra work. If one uses + this setting to build static library instead, it's going to be + included in the binaries themselves, so they don't need to find it. + Freeciv specific configure options: ----------------------------------- -- 2.35.1