diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 88894961418..4244a0e6fb8 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.36 2007/03/23 09:57:55 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.37 2007/03/24 22:16:49 mha Exp $ --> <chapter id="install-win32"> <title>Installation on <productname>Windows</productname></title> @@ -115,6 +115,15 @@ </varlistentry> <varlistentry> + <term><productname>Gettext</productname></term> + <listitem><para> + Gettext is required to build with NLS support, and can be downloaded + from <ulink url="http://gnuwin32.sourceforge.net"></>. Note that binaries, + dependencies and developer files are all needed. + </para></listitem> + </varlistentry> + + <varlistentry> <term><productname>Microsoft Platform SDK</productname></term> <listitem><para> It is recommended that you upgrade to the latest available version |