From b746e49c87e33e68b8fde36dbb78d0e716a1c79a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 May 2005 16:02:59 +0000 Subject: [PATCH] Document where to download free Microsoft and Borland development tools. --- doc/src/sgml/install-win32.sgml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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.