Skip to content

Commit b1c4213

Browse files
committed
Document where to download free Microsoft and Borland development tools.
1 parent 1931e25 commit b1c4213

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/src/sgml/install-win32.sgml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.24 2005/05/11 15:10:20 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.25 2005/05/11 16:02:12 momjian Exp $
33
-->
44

55
<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
118118
C++, just right-click on the project and choose to add it.)
119119
</para>
120120

121+
<para>
122+
Free development tools from <productname>Microsoft</productname>
123+
can be downloaded from
124+
<ulink url="http://msdn.microsoft.com/visualc/vctoolkit2003/"></>.
125+
You will also need <filename>MSVCRT.lib</> from the platform SDK from
126+
<ulink url="http://www.microsoft.com/msdownload/platformsdk/sdkupdate/"></>.
127+
You can also download the <application>.NET</> framework from
128+
<ulink url="http://msdn.microsoft.com/netframework/downloads/updates/default.aspx"></>.
129+
Once installed, the toolkit binaries must be in your path, and you might
130+
need to add a <literal>/lib:&lt;libpath&gt;</> to point to <filename>MSVCRT.lib</>.
131+
Free <productname>Borland C++</productname> compiler tools can be downloaded from
132+
<ulink url="http://www.borland.com/products/downloads/download_cbuilder.html#"></>,
133+
and require similar setup.
121134
</chapter>
122135

123136
<!-- Keep this comment at the end of the file

0 commit comments

Comments
 (0)