Compile OpenSSL with Visual Studio 2019
1. Download OpenSSL source code from https://github.com/openssl/openssl/releases.
2. Download and install ActivePerl from https://www.activestate.com/products/perl/downloads/
3. Start the visual studio 2019 developer command tool "x64 Native Tools Command Prompt for VS 2019", switch working folder to the openssl source code folder, run the below commands.
perl Configure VC-WIN64A --prefix=C:\openssl_x64 no-asm no-shared enable-tlsext enable-static-engine ms\do_win64a nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak install
4. The OpenSSL folder will be put in C:\openssl_x64.
相关推荐
Ghero 2020-06-10
chenpro 2020-06-06
RisenWang 2020-05-30
farwang 2020-05-11
yongzhang 2020-05-10
beibeijia 2020-05-04
ahnuzfm 2020-04-19
80304053 2020-02-19
zhouhaihua00 2019-12-29
yangliuhbhd 2020-01-08
安之偌素 2020-01-07
Caleb0 2019-12-22
学习备忘录 2019-12-15
秋风瑟瑟 2019-12-13
xiaoemo0 2019-12-11
坚持是一种品质 2019-12-11
JF0 2019-12-09
亦碎流年 2019-12-05