|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.47 2008/03/1417:28:23 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.48 2008/07/29 15:17:27 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="install-win32"> |
4 | 4 | <title>Installation on <productname>Windows</productname></title> |
|
83 | 83 | ActiveState Perl is required to run the build generation scripts. MinGW |
84 | 84 | or Cygwin Perl will not work. It must also be present in the PATH. |
85 | 85 | Binaries can be downloaded from |
86 | | - <ulink url="http://www.activestate.com"></>. |
| 86 | + <ulink url="http://www.activestate.com"></> (Note: version 5.8 is required, |
| 87 | + the free Standard Distribution is sufficient). |
87 | 88 | </para></listitem> |
88 | 89 | </varlistentry> |
89 | 90 |
|
90 | 91 | <varlistentry> |
91 | 92 | <term><productname>ActiveState TCL</productname></term> |
92 | 93 | <listitem><para> |
93 | | - Required for building <application>PL/TCL</application>. |
| 94 | + Required for building <application>PL/TCL</application> (Note: version |
| 95 | + 8.4 is required, the free Standard Distribution is sufficient). |
94 | 96 | </para></listitem> |
95 | 97 | </varlistentry> |
96 | 98 |
|
|