Created
October 12, 2018 17:29
-
-
Save Turupawn/5b3c46701948e1cc7ac52493f23064a4 to your computer and use it in GitHub Desktop.
Building curl statically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildconf.bat | |
cd winbuild | |
nmake /f Makefile.vc mode=static WITH_SLL=static MACHINE=x86 DEBUG=no GEN_PDB=no SSL_PATH=C:\OpenSSL1.1.1\static\Win32\Release | |
nmake /f Makefile.vc mode=static WITH_SLL=static MACHINE=x64 DEBUG=no GEN_PDB=no SSL_PATH=C:\OpenSSL1.1.1\static\Win32\Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment