首页 > 其他 > 详细

信息安全----openssl

时间:2016-02-11 11:09:56      阅读:218      评论:0      收藏:0      [点我收藏+]

compile openssl for windows

http://www.blogcompiler.com/

2
Grab the desired OpenSSL source tarball. Use OpenSSL version 1.0.0 or newer;

3
Put your tarball in a temporary directory, e.g. /tmp and unpack it: $ tar zxvf openssl-1.0.0e.tar.gz - See more at: http://www.blogcompiler.com/#sthash.KiDiIlle.dpuf

4
Run the configure script to use the 64-bit Windows compiler.
$ cd openssl-1.0.0e



$ CROSS_COMPILE="x86_64-w64-mingw32-" ./Configure mingw64 no-asm shared --prefix=/opt/mingw64

Configured for mingw64.


5
Compile. Make sure the the cross-compiler is in your path, or add it explicitly as show below.

$ PATH=$PATH:/opt/mingw64/bin make


6
Install it.

 $ sudo PATH=$PATH:/opt/mingw64/bin make install

信息安全----openssl

原文:http://www.cnblogs.com/dpkgideb/p/5186350.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!