|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.219 2004/12/24 19:12:36 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.220 2004/12/24 19:20:18 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -120,10 +120,17 @@ su - postgres
|
120 | 120 | <secondary>on Windows</secondary>
|
121 | 121 | </indexterm>
|
122 | 122 |
|
123 |
| - To build on <productname>Windows NT</> or <productname>Windows |
124 |
| - 2000</> you need the <productname>Cygwin</> and |
125 |
| - <productname>cygipc</> packages. See the file |
126 |
| - <filename>doc/FAQ_MSWIN</> for details. |
| 123 | + To build on <productname>NT</>-based versions of |
| 124 | + <productname>Windows</> like Windows XP and 2003 see |
| 125 | + <filename>doc/FAQ_MINGW</>. For earlier <productname>Windows</> |
| 126 | + releases see <filename>doc/FAQ_CYGWIN</>. |
| 127 | + |
| 128 | + To build <productname>Windows</> client-only interfaces using |
| 129 | + tools like <productname>Visual C++</> and <productname>Borland |
| 130 | + C++</> see |
| 131 | + <![%standalone-include[the documentation chapter "Client-Only |
| 132 | + Installation on Windows"]]> <![%standalone-ignore[<xref |
| 133 | + linkend="install-win32">]]>. |
127 | 134 | </para>
|
128 | 135 | </listitem>
|
129 | 136 | </itemizedlist>
|
|