1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

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
This commit is contained in:
Bruce Momjian
2024-11-01 11:30:53 -04:00
parent 1b216fceff
commit 4bedca41f5

View File

@ -190,14 +190,12 @@ $ENV{MSBFLAGS}="/m";
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><productname>ActiveState Perl</productname></term> <term><productname>Strawberry Perl</productname></term>
<listitem><para> <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. or Cygwin Perl will not work. It must also be present in the PATH.
Binaries can be downloaded from Binaries can be downloaded from
<ulink url="https://www.activestate.com"></ulink> <ulink url="https://strawberryperl.com"></ulink>.
(Note: version 5.8.3 or later is required,
the free Standard Distribution is sufficient).
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
@ -211,10 +209,11 @@ $ENV{MSBFLAGS}="/m";
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><productname>ActiveState TCL</productname></term> <term><productname>Magicsplat Tcl</productname></term>
<listitem><para> <listitem><para>
Required for building <application>PL/Tcl</application> (Note: version Required for building <application>PL/Tcl</application>.
8.4 is required, the free Standard Distribution is sufficient). Binaries can be downloaded from
<ulink url="https://www.magicsplat.com/tcl-installer/index.html"></ulink>.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>