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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1a91f5419d2b29ec9623e87f47ad9a18f9038e80;p=users%2Fbernd%2Fpostgres.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 03e765a98d..ab7a188430 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -118,6 +118,19 @@ $PostgreSQL$ 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.