From: Bruce Momjian <bruce@momjian.us> Date: Fri, 1 Nov 2024 15:30:53 +0000 (-0400) Subject: doc: remove mention of ActiveState for Perl and Tcl on Windows X-Git-Tag: REL_14_14~29 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3a6e352f7994701a532c42e866ec5c1559932ca5;p=postgresql.git 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 --- diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index e4e1abdff39..a3f12a1f826 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -190,14 +190,12 @@ $ENV{MSBFLAGS}="/m"; </varlistentry> <varlistentry> - <term><productname>ActiveState Perl</productname></term> + <term><productname>Strawberry Perl</productname></term> <listitem><para> - 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 - <ulink url="https://www.activestate.com"></ulink> - (Note: version 5.8.3 or later is required, - the free Standard Distribution is sufficient). + <ulink url="https://strawberryperl.com"></ulink>. </para></listitem> </varlistentry> @@ -211,10 +209,11 @@ $ENV{MSBFLAGS}="/m"; <variablelist> <varlistentry> - <term><productname>ActiveState TCL</productname></term> + <term><productname>Magicsplat Tcl</productname></term> <listitem><para> - Required for building <application>PL/Tcl</application> (Note: version - 8.4 is required, the free Standard Distribution is sufficient). + Required for building <application>PL/Tcl</application>. + Binaries can be downloaded from + <ulink url="https://www.magicsplat.com/tcl-installer/index.html"></ulink>. </para></listitem> </varlistentry>