码迷,mamicode.com
首页 >  
搜索关键字:freetype    ( 245个结果
??twemproxy redis ttserver phpadmin memcache
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
Ubuntu 12.04 1 跑 Windows下的类通达信股票软件
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..
分类:Windows程序   时间:2014-12-16 15:16:49    阅读次数:749
PHP编译时提示libjpeg.(a|so) not found(找不到JPEG库)
./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
CentOS7编译安装MPLAYER!!!
Linux装软件就是折磨人!!Mplayer官网下好release版本然后./configure --[options]注意:--prefix=/usr/local/mplayer 是安装路径--enable-gui 安装图形化用户界面--enable-freetype 调节字体--with-cod...
分类:其他好文   时间:2014-12-01 23:57:15    阅读次数:409
centos7 配置nmp环境
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
Mac OS X 10.10 Yosemite PHP 5.5.14 free type support fix
通过将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后安装gd的freetype扩展
Mac升级系统到Yosemite 10.10,对于各位Coder来说,还是需要一些时间来折腾的!@星空之下 同学反映 PHPCMS 的验证码图片不能正常显示,反馈该验证码需要GD库支持FreeType,这里尝试解决一下,如果问题,可交流!先确认一下GD库是否已经支持,打印 phpinfo(); 发现...
分类:系统相关   时间:2014-11-25 01:37:11    阅读次数:551
linux下OpenOffice与SwfTools环境安装
一、安装所需要的库与组件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
RedHat/CentOs系统搭建lnmp环境
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下载和配置
一 下载编译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
245条   上一页 1 ... 19 20 21 22 23 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!