summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2024-11-01 15:30:54 +0000
committerBruce Momjian2024-11-01 15:30:54 +0000
commit6d5444c9ed4864be2429f6343d22c85684c4853d (patch)
treeb880fe217091058d92b33673bb326daf81baeb36 /doc/src
parent368d8270c838a6c328fc24418603cb172b5e0390 (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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 8449c20f798..c5e53dace4a 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -3817,14 +3817,12 @@ make: *** [postgres] Error 1
<variablelist>
<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.14 or later is required,
- the free Standard Distribution is sufficient).
+ <ulink url="https://strawberryperl.com"></ulink>.
</para></listitem>
</varlistentry>
@@ -3876,10 +3874,11 @@ make: *** [postgres] Error 1
<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>