diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-11-01 11:30:53 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-11-01 11:30:53 -0400 |
commit | 930d90a0c8d42434665243602a3596fe40895d44 (patch) | |
tree | 1cf2649fb6842bc012a97897065dc4cb7e71d086 | |
parent | 2a912bc1abdbaa2f73555cf2c71bb4c401aa515b (diff) |
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
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 6397d9c1586..f06c327d65c 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -189,14 +189,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> @@ -210,10 +208,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> |