Last active
October 8, 2021 08:09
-
-
Save crossle/67cacd677d9777d85bfc to your computer and use it in GitHub Desktop.
Windows OpenSSL compile
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
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