From: Bruce Momjian Date: Wed, 11 May 2005 16:02:59 +0000 (+0000) Subject: Document where to download free Microsoft and Borland development tools. X-Git-Tag: REL8_0_4~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b746e49c87e33e68b8fde36dbb78d0e716a1c79a;p=thirdparty%2Fpostgresql.git Document where to download free Microsoft and Borland development tools. --- 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.