JohnGu

导航

随笔分类 -  编译库方法

编译libmemcached
摘要:php的扩展memcache,不支持cas,所以我们要装memcached扩展,memcached扩展是基于libmemcached,所以要先安装libmemcached 一、下载软件 1、libmemcached下载地址:https://launchpad.net/libmemcached/+do 阅读全文

posted @ 2017-12-14 17:53 JohnGu 阅读(1639) 评论(0) 推荐(0)

python2.7.10 VS2015编译方法
摘要:打开 Python-2.7.10\PCbuild目录 然后设置只编译python和pythoncore: 好了,编译试一试。 出现了好几个错误。由于 VS2015 取消了 timezone 的定义,改为 _timezone,所以代码里面用到timezone 的地方都要改成_timezone,dayl 阅读全文

posted @ 2017-12-14 15:34 JohnGu 阅读(640) 评论(0) 推荐(0)

zlib编译方法
摘要:点击这里下载zlib1.2.8源码 http://www.zlib.net/fossils/ ##编译方法一## - 解压源码文件到指定目录,例如 x:\zlib - 打开VS2015的Developer Command Prompt for VS2015工具 - 切换到x:\zlib\contri 阅读全文

posted @ 2017-12-14 15:19 JohnGu 阅读(2245) 评论(0) 推荐(0)

Openssl VS编译方法
摘要:工具: 1. 编译环境win10+vs2015专业版 2. ActivePerl工具,官网下载链接:http://www.activestate.com/activeperl/downloads 3. openssl源码,下载链接:https://www.openssl.org/source/,选择 阅读全文

posted @ 2017-12-11 16:04 JohnGu 阅读(4903) 评论(0) 推荐(0)

BOOST编译方法
摘要:Windowsbjam --toolset=msvc-9.0 --prefix=C:\vc9_boost\vc9 --build-type=complete link=static threading=multi install 【一、Boost库的介绍】 Boost库是一个经过千锤百炼、可移植、提 阅读全文

posted @ 2017-11-08 09:40 JohnGu 阅读(3245) 评论(0) 推荐(0)