2015年4月16日

Chromium源码获取与编译

摘要: http://blog.csdn.net/glunoy/article/details/23591047http://blog.sina.com.cn/s/blog_48f93b530101ergp.html 阅读全文

posted @ 2015-04-16 22:28 Earvin 阅读(201) 评论(0) 推荐(0) 编辑

2015年2月6日

BOOST 编译

摘要: 1.用VC命令行在boost目录下执行bootstrap.bat会在boost目录下生成bjam.exe2.编译boost 编译32位static lib: bjam stage --toolset=msvc-12.0 --stagedir="D:\third_party\boost_1_5... 阅读全文

posted @ 2015-02-06 18:50 Earvin 阅读(209) 评论(0) 推荐(0) 编辑

2015年1月30日

OpenSSL编译

摘要: x86下OpenSSL的编译1、安装ActivePerl//初始化的时候,需要用到perl解释器2、使用VS2013下的Visual Studio 2013 Command Prompt进入控制台模式(这个模式会自动设置各种环境变量)3、解压缩openssl的包,进入openssl的目录4、perl... 阅读全文

posted @ 2015-01-30 17:58 Earvin 阅读(603) 评论(0) 推荐(0) 编辑

导航