Skip to content

Instantly share code, notes, and snippets.

@charlie-x
Created September 26, 2018 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlie-x/e660af069777b0dfbcaf980e9b7f5501 to your computer and use it in GitHub Desktop.
Save charlie-x/e660af069777b0dfbcaf980e9b7f5501 to your computer and use it in GitHub Desktop.
building openssl1.1.0 windows x64
add rc.exe to path, windows sdk etc, default C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x64
add nasm.exe https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win64/ default C:\Program Files\NASM
vcvars64.bat from 2017 folder default C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64
# no-shared for static libs
# inside openssl extracted source folder
perl configure VC-WIN64A --openssldir=C:\OpenSSL-Win64 no-asm no-shared
# embed zlib?
--with-zlib-include= --with-zlib-lib=
# zlib no-zlib-dynamic threads
# enable-zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment