You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

OPENSSL-GUIDE 431 B

123456789101112131415
  1. OpenSSL library guide for VS2017
  2. # Read NOTES.WIN and NOTES.PERL
  3. # use Visual Studio native tools command prompt
  4. # use activeperl, install NASM assembler
  5. ppm install dmake
  6. # Win32 x86
  7. set PATH=D:\NASM-32;%PATH%
  8. perl Configure VC-WIN32 --release --prefix=C:\Users\home\Downloads\openssl-1.1.0g\x86-build --openssldir=C:\Users\home\Downloads\openssl-1.1.0g\x86-install
  9. nmake
  10. nmake test
  11. # to rebuild
  12. nmake distclean