|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.40 2007/04/18 13:50:08 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.41 2007/08/03 10:47:10 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="install-win32">
|
4 | 4 | <title>Installation on <productname>Windows</productname></title>
|
|
24 | 24 | built for older versions of <productname>Windows</productname> using
|
25 | 25 | <productname>Cygwin</productname>. Finally, the client access library
|
26 | 26 | (<application>libpq</application>) can be built using
|
27 |
| - <productname>Visual C++ 6.0</productname> or |
| 27 | + <productname>Visual C++ 7.1</productname> or |
28 | 28 | <productname>Borland C++</productname> for compatibility with statically
|
29 | 29 | linked applications built using these tools.
|
30 | 30 | </para>
|
|
360 | 360 | <productname>Borland C++</productname></title>
|
361 | 361 |
|
362 | 362 | <para>
|
363 |
| - Using <productname>Visual C++ 6.0-8.0</productname> or |
| 363 | + Using <productname>Visual C++ 7.1-8.0</productname> or |
364 | 364 | <productname>Borland C++</productname> to build libpq is only recommended
|
365 | 365 | if you need a version with different debug/release flags, or if you need a
|
366 | 366 | static library to link into an application. For normal use the
|
|
370 | 370 |
|
371 | 371 | <para>
|
372 | 372 | To build the <application>libpq</application> client library using
|
373 |
| - <productname>Visual Studio 6.0 or later</productname>, change into the |
| 373 | + <productname>Visual Studio 7.1 or later</productname>, change into the |
374 | 374 | <filename>src</filename> directory and type the command
|
375 | 375 | <screen>
|
376 | 376 | <userinput>nmake /f win32.mak</userinput>
|
|
0 commit comments