From f5dbbc44f5bb420c3da80d07abf694df42efc61b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 1 Nov 2024 11:30:53 -0400 Subject: [PATCH] doc: remove mention of ActiveState for Perl and Tcl on Windows Replace with Strawberry Perl and Magicsplat Tcl. Reported-by: Yasir Hussain Discussion: https://postgr.es/m/CAA9OW9fAAM_WDYYpAquqF6j1hmfRMzHPsFkRfP5E6oSfkF=dMA@mail.gmail.com Backpatch-through: 12 --- doc/src/sgml/install-windows.sgml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index ade8f407048..953287ae943 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -190,14 +190,12 @@ $ENV{MSBFLAGS}="/m"; - ActiveState Perl + Strawberry Perl - ActiveState Perl is required to run the build generation scripts. MinGW + Strawberry Perl is required to run the build generation scripts. MinGW or Cygwin Perl will not work. It must also be present in the PATH. Binaries can be downloaded from - - (Note: version 5.8.3 or later is required, - the free Standard Distribution is sufficient). + . @@ -211,10 +209,11 @@ $ENV{MSBFLAGS}="/m"; - ActiveState TCL + Magicsplat Tcl - Required for building PL/Tcl (Note: version - 8.4 is required, the free Standard Distribution is sufficient). + Required for building PL/Tcl. + Binaries can be downloaded from + . -- 2.39.5