From: Peter Eisentraut Date: Tue, 14 Nov 2023 10:00:49 +0000 (+0100) Subject: doc: Update note about Bison and Flex build requirements X-Git-Tag: REL_17_BETA1~1471 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b41b1a7f490093643ce2080d1cf9323e24423eb8;p=thirdparty%2Fpostgresql.git doc: Update note about Bison and Flex build requirements Updating the Windows-specific chapter was forgotten by 721856ff24. --- diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index d2cc688c1f7..27cb82ba14e 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -218,8 +218,7 @@ $ENV{MSBFLAGS}="/m"; Bison and Flex are - required to build from Git, but not required when building from a release - file. Only Bison versions 2.3 and later + required. Only Bison versions 2.3 and later will work. Flex must be version 2.5.35 or later.