diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 136aa93100..af7485d725 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,5 +1,5 @@ @@ -118,6 +118,19 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/11 15:10:20 mo C++, just right-click on the project and choose to add it.) + + Free development tools from Microsoft + can be downloaded from + . + You will also need MSVCRT.lib from the platform SDK from + . + You can also download the .NET framework from + . + Once installed, the toolkit binaries must be in your path, and you might + need to add a /lib:<libpath> to point to MSVCRT.lib. + Free Borland C++ compiler tools can be downloaded from + , + and require similar setup.