From aba1863a0a6acf07f52c78420127a86c896afd87 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 23 Apr 2021 02:04:08 +0300 Subject: [PATCH 50/51] INSTALL: Document MOCCMD See osdn #42049 Signed-off-by: Marko Lindqvist --- INSTALL | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index e84b5026d2..320ed2aad1 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Freeciv: This file describes how to compile and install Freeciv. Last time we made sure this file is up to date was 16-Jul-06. -Last minor update was 14-Apr-21. +Last minor update was 23-Apr-21. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -256,6 +256,10 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. You may want install 'qtchooser' to find correct moc version for you when you have both multiple Qt versions installed in parallel. + If configure does not find (correct) moc, you can give it with + environment variable MOCCMD, e.g., + ./configure MOCCMD="/home/freeciv/local-qt/bin/moc" --enable-client=qt + - Qt5Core, Qt5Gui, and Qt5Widgets libraries and headers. At least version 5.11 is required. If one builds with configure option --with-qt6, -- 2.30.2