diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index c35ae9da48a..f64faf71d3e 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.23.4.1 2005/05/11 15:10:5 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.