From 0b5aace1e180aa83a324cb55506973aad33d1e7a Mon Sep 17 00:00:00 2001 From: Bllacky Date: Sun, 9 Mar 2014 12:04:42 +0200 Subject: [PATCH] Update README.txt In order to compile curl, you need to have Windows SDK installed. Windows SDK is not needed to compiled the other libraries. --- winbuild/README.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/winbuild/README.txt b/winbuild/README.txt index 0db18a74..31e6373f 100644 --- a/winbuild/README.txt +++ b/winbuild/README.txt @@ -1,3 +1,9 @@ +Tools needed +------------ +1. Visual Studio Express - found at http://www.visualstudio.com/en-US/products/visual-studio-express-vs +2. Windows SDK - can be downloaded from microsoft.com + + Installing dependencies ----------------------- @@ -68,4 +74,4 @@ x64 version: - go to winbuild folder and execute: nmake -f Makefile.vc mode=static VC=10 WITH_DEVEL=C:\OpenSSL-Win64 WITH_SSL=static ENABLE_SSPI=no ENABLE_IPV6=no ENABLE_IDN=no GEN_PDB=no DEBUG=no MACHINE=x64 - copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\lib\libcurl_a.lib to winbuild\dist\lib\x64 - - copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\include\* winbuild\dist\include\ \ No newline at end of file + - copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\include\* winbuild\dist\include\