1.system update
LANG=C
yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel...
分类:
Web程序 时间:
2014-12-19 14:36:13
阅读次数:
509
1、首先编译安装Wine为了让Wine能更好的支持中文,编译之前最好修改/dlls/gdi32/freetype.c文件GetObjectW(hfont,sizeof(lf),&lf);lf.lfWidth=abs(lf.lfWidth);+lf.lfCharSet=GetTextCharset(dc);//增加这一条can_use_bitmap=GetDeviceCaps(dev->hdc,TEXTCAPS)&TC_R..
./configure--prefix=/usr/local/php--with-config-file-path=/usr/local/php/etc--with-apxs2=/usr/local/apache2/bin/apxs--with-mysql=/mysql/mysql--with-mysqli=/mysql/mysql/bin/mysql_config--with-iconv-dir=/usr/local--with-freetype-dir--with-jpeg-dir--with-png-d..
分类:
Web程序 时间:
2014-12-02 00:22:37
阅读次数:
243
Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:
其他好文 时间:
2014-12-01 23:57:15
阅读次数:
409
nginx 直接编译安装即可,放在/usr/local/nginx下就可以了php的安装首先添加依赖应用yum install -y gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-de...
分类:
其他好文 时间:
2014-12-01 15:43:08
阅读次数:
312
通过将php将至5.4来勉强支持freetype扩展,不推荐此方法after upgrading to new Mac OS X Yosemite, i noticed that free type support is not working with php 5.5, so i had to d...
分类:
Web程序 时间:
2014-11-25 07:06:04
阅读次数:
219
Mac升级系统到Yosemite 10.10,对于各位Coder来说,还是需要一些时间来折腾的!@星空之下 同学反映 PHPCMS 的验证码图片不能正常显示,反馈该验证码需要GD库支持FreeType,这里尝试解决一下,如果问题,可交流!先确认一下GD库是否已经支持,打印 phpinfo(); 发现...
分类:
系统相关 时间:
2014-11-25 01:37:11
阅读次数:
551
一、安装所需要的库与组件yum install gcc* automake zlib-devel libjpeg-devel giflib-devel freetype-devel二、安装openOffice1、安装包下载:官网下载最新RPM安装包:xxx_zh_CN.tar.gz2、解压安装:1 ...
分类:
系统相关 时间:
2014-11-20 15:07:11
阅读次数:
259
1、用yum安装系统lib库yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-de...
分类:
其他好文 时间:
2014-11-14 10:27:13
阅读次数:
153
一 下载编译freetype库
1 下载
地址:http://www.freetype.org/
得到压缩文件:freetype-2.5.3.tar.gz
2 解压:
直接解压,得到目录freetype-2.5.3
3 编译:
用vs2010打开:(路径)\freetype-2.5.3\builds\windows\vc2010\freetype.sln
...
分类:
其他好文 时间:
2014-11-03 10:15:47
阅读次数:
149