From ba0a6f5642f6a2499b17b7207fe00ca1ed8052b2 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 31 Jan 2023 18:46:35 +0200 Subject: [PATCH 38/38] README: Update to support meson based builds How to add new nations and flags to meson based build. See osdn #46659 Signed-off-by: Marko Lindqvist --- doc/README.nations | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/README.nations b/doc/README.nations index 2030acad8f..1733a315cf 100644 --- a/doc/README.nations +++ b/doc/README.nations @@ -81,6 +81,11 @@ Before a nation can be included in the main distribution, the following files will also have to be edited. Unless you know what you're doing you shouldn't need to worry about this. +meson.build + + Add part of the .ruleset file name to the + 'nations' list. + data/nation/Makefile.am Another list of nation files - add your nation (.ruleset) @@ -200,6 +205,9 @@ include them in the diff -- this should be easier for you, and it provides a convenient place for us to grab the sprite name. See the section on How to Contribute in the Freeciv wiki for more instructions. +meson.build + + Add base flag file name to the 'flags' list. ---------------------------------------------------------------------- -- 2.39.1