Skip to content

Instantly share code, notes, and snippets.

@crossle
Last active October 8, 2021 08:09
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 crossle/67cacd677d9777d85bfc to your computer and use it in GitHub Desktop.
Save crossle/67cacd677d9777d85bfc to your computer and use it in GitHub Desktop.
Windows OpenSSL compile
Open VS2015 x86 Native Tools Command Prompt.bat
git clone https://github.com/openssl/openssl.git
cd openssl
git checkout OpenSSL_1_0_1-stable
perl Configure VC-WIN32 --prefix=E:\Build\Libraries\openssl
ms\do_ms
nmake -f ms\nt.mak
nmake -f ms\nt.mak install
http://download.csdn.net/detail/tongyan/4017205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment