Browse Source

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.
build-mingw
Bllacky 11 years ago
parent
commit
0b5aace1e1
  1. 8
      winbuild/README.txt

8
winbuild/README.txt

@ -1,3 +1,9 @@ @@ -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: @@ -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\
- copy builds\libcurl-vc10-x64-release-static-ssl-static-spnego\include\* winbuild\dist\include\

Loading…
Cancel
Save