aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-05-11 16:02:12 +0000
committerBruce Momjian <bruce@momjian.us>2005-05-11 16:02:12 +0000
commitb1c42137a31ccc4d0bc068ce7666f9210852faf0 (patch)
tree74507405569149e39f6e7b88f5a988f7233d3bc1
parent1931e259a085702131bdde9f7d103b973ce19908 (diff)
downloadpostgresql-b1c42137a31ccc4d0bc068ce7666f9210852faf0.tar.gz
postgresql-b1c42137a31ccc4d0bc068ce7666f9210852faf0.zip
Document where to download free Microsoft and Borland development tools.
-rw-r--r--doc/src/sgml/install-win32.sgml15
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml
index 136aa931001..af7485d7256 100644
--- a/doc/src/sgml/install-win32.sgml
+++ b/doc/src/sgml/install-win32.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/11 15:10:20 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.25 2005/05/11 16:02:12 momjian Exp $
-->
<chapter id="install-win32">
@@ -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.)
</para>
+ <para>
+ Free development tools from <productname>Microsoft</productname>
+ can be downloaded from
+ <ulink url="http://msdn.microsoft.com/visualc/vctoolkit2003/"></>.
+ You will also need <filename>MSVCRT.lib</> from the platform SDK from
+ <ulink url="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"></>.
+ You can also download the <application>.NET</> framework from
+ <ulink url="http://msdn.microsoft.com/netframework/downloads/updates/default.aspx"></>.
+ Once installed, the toolkit binaries must be in your path, and you might
+ need to add a <literal>/lib:&lt;libpath&gt;</> to point to <filename>MSVCRT.lib</>.
+ Free <productname>Borland C++</productname> compiler tools can be downloaded from
+ <ulink url="http://www.borland.com/products/downloads/download_cbuilder.html#"></>,
+ and require similar setup.
</chapter>
<!-- Keep this comment at the end of the file