Document which versions of ActivePerl and ActiveTcl are required

for building on MSVC, and that the free distribution is enough
(no need for the enterprise version).

Per gripe from Martin Zaun.
This commit is contained in:
Magnus Hagander 2008-07-29 15:17:29 +00:00
parent 730ca85859
commit 1e7315af8d

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.45.2.2 2008/03/14 17:28:24 alvherre Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.45.2.3 2008/07/29 15:17:29 mha Exp $ -->
<chapter id="install-win32">
<title>Installation on <productname>Windows</productname></title>
@ -83,14 +83,16 @@
ActiveState 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="http://www.activestate.com"></>.
<ulink url="http://www.activestate.com"></> (Note: version 5.8 is required,
the free Standard Distribution is sufficient).
</para></listitem>
</varlistentry>
<varlistentry>
<term><productname>ActiveState TCL</productname></term>
<listitem><para>
Required for building <application>PL/TCL</application>.
Required for building <application>PL/TCL</application> (Note: version
8.4 is required, the free Standard Distribution is sufficient).
</para></listitem>
</varlistentry>