]> granicus.if.org Git - curl/commitdiff
winbuild: Updated the VC++ make instructions following commit 11025613b9
authorSteve Holme <steve_holme@hotmail.com>
Sat, 5 Apr 2014 17:48:48 +0000 (18:48 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 5 Apr 2014 17:52:09 +0000 (18:52 +0100)
* Added information regarding the February 2003 Platform SDK for VC6
* Updated the introduction to be similar to the IDE projects README

winbuild/BUILD.WINDOWS.txt

index 06d7b2fb3db1f6c1249b20ec47b21aac03129326..fce39d603332db5bc5016ad7edf27d03d46c0aef 100644 (file)
@@ -1,18 +1,24 @@
 Building with Visual C++, prerequises\r
 =====================================\r
+\r
    This document describes how to compile, build and install curl and libcurl\r
    from sources using the Visual C++ build tool. To build with VC++, you will\r
    of course have to first install VC++. The minimum required version of\r
-   VC is 6 (part of Visual Studio 6). However using a more recent version like\r
-   2008 (vc9) is strongly recommended.\r
+   VC is 6 (part of Visual Studio 6). However using a more recent version is\r
+   strongly recommended.\r
 \r
    VC++ is also part of the Windows Platform SDK. You do not have to install\r
    the full Visual Studio or Visual C++ if all you want is to build curl.\r
 \r
-   The Platform SDK can be fetched here, freely:\r
+   The latest Platform SDK can be downloaded freely from:\r
 \r
     http://msdn.microsoft.com/en-us/windows/bb980924\r
 \r
+   If you are building with VC6 then you will also need the February 2003\r
+   Edition of the Platform SDK which can be downloaded from:\r
+\r
+    http://www.microsoft.com/en-us/download/details.aspx?id=12261\r
+\r
    If you wish to support zlib, openssl, ssh2, you will have to download\r
    them separately and copy them to the deps directory as shown below:\r
    \r