본문 바로가기

카테고리 없음

OpenSSL Builid step in Windows

  • Install Perl
  • Install NASM
    • 설치 후 환경변수 설정
  • release
    • perl Configure VC-WIN64A
    • nmake
    • nmake install
  • debug
    • dynamic: perl Configure debug-VC-WIN64A shared no-asm threads no-idea no-mdc2 no-rc5
    • static: perl Configure debug-VC-WIN64A no-shared no-asm threads no-idea no-mdc2 no-rc5
    • nmake
    • nmake install