From 588d11dc5cee85a9b6ca645a7450c8bd706d47ef Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 1 Apr 2022 17:39:42 +0200 Subject: [PATCH] INSTALL: update with new recommendation of meson for Windows. --- INSTALL.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.in b/INSTALL.in index 2e25487eb9..df98ce667e 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -204,6 +204,11 @@ header files installed. 17. Configure GIMP by running the `configure' script. You may want to pass some options to it, see below. + Note that for Windows, we now recommend officially to build GIMP + with `meson` instead of `autotools` (`configure` script, make, + etc.). Therefore further build instructions below must be converted + as their meson command equivalents. On all other platforms, the + autotools are still recommended and more complete. 18. Build GIMP by running `make'. The use of GNU make is recommended. If you need to tweak the build to make it work with other flavours