diff options
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 90636ebfbd8..2d3c6b90f10 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.32 2007/03/14 00:15:26 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.33 2007/03/17 14:30:00 mha Exp $ --> <chapter id="install-win32"> <title>Installation on <productname>Windows</productname></title> @@ -107,6 +107,14 @@ </varlistentry> <varlistentry> + <term><productname>Diff</productname></term> + <listitem><para> + Diff is required to run the regression tests, and can be downloaded + from <ulink url="http://gnuwin32.sourceforge.net"></>. + </para></listitem> + </varlistentry> + + <varlistentry> <term><productname>Microsoft Platform SDK</productname></term> <listitem><para> It is recommended that you upgrade to the latest available version |