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
commit787bd3dde20c4f651210f47974859fa00221ac5e (patch)
treee7d423d096a64190bb525dd81be9cece40865eba /doc/src
parenta358019159de68d4f045cbb5d89c8c8c2e96e483 (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 83e75ea5201..649b74aac18 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -3868,14 +3868,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>
@@ -3927,10 +3925,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>