Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Created October 12, 2018 17:29
Show Gist options
  • Save Turupawn/5b3c46701948e1cc7ac52493f23064a4 to your computer and use it in GitHub Desktop.
Save Turupawn/5b3c46701948e1cc7ac52493f23064a4 to your computer and use it in GitHub Desktop.
Building curl statically
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