Compile and Install OpenSSL on Win32

1351阅读 0评论2009-05-10 lukeunique
分类:

■Compile and Install OpenSSL on Win32
・Software requirements:
   Visual C++ 2008 Express
   Free Netwide Assembler NASM (nasm.sorceforg.net)
   ActiveState Perl ()
・Complile and Install OpenSSL :(Install.W32)
C:> perl Configure VC-Win32 --prefix=C:/openssl
C:> ms\do_nasm
C:> SET PATH=C:\NASM;%PATH%
C:> nmake -f ms\ntdll.mk
C:> nmake -f ms\ntdll.mk test
C:> nmake -f ms\ntdll.mk install
・you can compile static library with the ms\nt.mak file.
上一篇:Troubleshooting SSL in Apache
下一篇:Reccommended Settings for mod_ssl