diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-05-11 16:02:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-05-11 16:02:59 +0000 |
commit | b746e49c87e33e68b8fde36dbb78d0e716a1c79a (patch) | |
tree | 4cf6de0185e51de4d273c53032f1091ce79c6d6d | |
parent | 4401b762c2e0a9472cfc7b4398638b5b7058214e (diff) | |
download | postgresql-b746e49c87e33e68b8fde36dbb78d0e716a1c79a.tar.gz postgresql-b746e49c87e33e68b8fde36dbb78d0e716a1c79a.zip |
Document where to download free Microsoft and Borland development tools.
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 15 |
1 files changed, 14 insertions, 1 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23.4.1 2005/05/11 15:10:56 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.23.4.2 2005/05/11 16:02:59 momjian Exp $ --> <chapter id="install-win32"> @@ -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.) </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:<libpath></> 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 |