Chinaunix首页 | 论坛 | 博客
  • 博客访问: 970232
  • 博文数量: 358
  • 博客积分: 8185
  • 博客等级: 中将
  • 技术积分: 3751
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-15 16:27
个人简介

The views and opinions expressed all for my own,only for study and test, not reflect the views of Any Company and its affiliates.

文章分类

全部博文(358)

文章存档

2012年(8)

2011年(18)

2010年(50)

2009年(218)

2008年(64)

我的朋友

分类:

2009-05-10 20:24:45

■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) |
给主人留下些什么吧!~~