From db3a111683e96b1f6b87e7026a800e82dfe1e1a7 Mon Sep 17 00:00:00 2001 From: Aleksander Alekseev Date: Thu, 30 May 2024 13:18:55 +0300 Subject: [PATCH v1 1/2] Meson is not experimental on Windows --- doc/src/sgml/installation.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 1b32d5ca62..695ff4f41e 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -55,9 +55,11 @@ Alternatively, PostgreSQL can be built using - Meson. This is currently - experimental. If you choose to use - Meson, then you don't need + Meson. This is the only + option for building PostgreSQL on Windows + using Visual Studio. For other platforms, + using Meson is currently experimental. + If you choose to use Meson, then you don't need GNU make, but the other requirements below still apply. -- 2.45.0