diff options
author | Magnus Hagander | 2008-07-29 15:17:27 +0000 |
---|---|---|
committer | Magnus Hagander | 2008-07-29 15:17:27 +0000 |
commit | f7cd5916982aca1e82af172d2ef6a1b8e79ff674 (patch) | |
tree | d60393774c462c4d9d4988af915a76ef75229206 /doc/src | |
parent | a77eaa6a95009a3441e0d475d1980259d45da072 (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 6f044becdf2..5df9376046c 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.47 2008/03/14 17:28:23 alvherre Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.48 2008/07/29 15:17:27 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> |