■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.
阅读(1314) | 评论(0) | 转发(0) |