|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/1115:10:20 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.25 2005/05/1116:02:12 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="install-win32">
|
@@ -118,6 +118,19 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/11 15:10:20 mo
|
118 | 118 | C++, just right-click on the project and choose to add it.)
|
119 | 119 | </para>
|
120 | 120 |
|
| 121 | + <para> |
| 122 | + Free development tools from <productname>Microsoft</productname> |
| 123 | + can be downloaded from |
| 124 | + <ulink url="http://msdn.microsoft.com/visualc/vctoolkit2003/"></>. |
| 125 | + You will also need <filename>MSVCRT.lib</> from the platform SDK from |
| 126 | + <ulink url="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"></>. |
| 127 | + You can also download the <application>.NET</> framework from |
| 128 | + <ulink url="http://msdn.microsoft.com/netframework/downloads/updates/default.aspx"></>. |
| 129 | + Once installed, the toolkit binaries must be in your path, and you might |
| 130 | + need to add a <literal>/lib:<libpath></> to point to <filename>MSVCRT.lib</>. |
| 131 | + Free <productname>Borland C++</productname> compiler tools can be downloaded from |
| 132 | + <ulink url="http://www.borland.com/products/downloads/download_cbuilder.html#"></>, |
| 133 | + and require similar setup. |
121 | 134 | </chapter>
|
122 | 135 |
|
123 | 136 | <!-- Keep this comment at the end of the file
|
|