diff options
author | Magnus Hagander | 2007-03-24 22:16:49 +0000 |
---|---|---|
committer | Magnus Hagander | 2007-03-24 22:16:49 +0000 |
commit | 8ca157166562eec433763fd6f5d2f781820aee09 (patch) | |
tree | 899ecde2357f785f508b7a6dcc6a19332484c29a /doc/src | |
parent | 36d35a14df85e0e9a6a599d27232a43e543e4f5b (diff) |
Support for installing NLS files, and update support to use gettext
from gnuwin32.
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 |