linuxÏÂFreeTypeÖ§³ÖµÄ°²×°(for Chinese)

hao32

Verified User
Joined
Jan 5, 2006
Messages
21
Location
I come from Never
ÔÚ×°ÓÐDirectAdminµÄcentOS3.6Ï°²×°³É¹¦....

1.¿ÉÒÔµ½freetype¹Ù·½È¥ÏÂÔØ:http://www.freetype.org/
Code:
cd /usr/local/directadmin/customapache/
wget [url]http://download.savannah.gnu.org/releases/freetype/freetype-2.1.10.tar.gz[/url]
tar zxvf freetype-2.1.10.tar.gz
cd freetype-2.1.10
./configure
make
make install

2.ÐÞ¸Ä/usr/local/directadmin/customapache/buildÎļþ,
ËÑË÷:
Code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-freetype
Ð޸ijÉ:
Code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --with-freetype=/usr/local

3.ÐÞ¸Ä/usr/local/directadmin/customapache/configure.phpÎļþ:
Ð޸ijÉÏÂÃæÕâÑùµÄ:
Code:
        --with-gd \
        --with-gd-dir=/usr/local \
        --with-freetype \
        --with-freetype-dir=/usr/local \

4.Ö´ÐÐ:
Code:
./build clean
./build gd
./build php

5.×îºóÖØÆðApache
Code:
service httpd restart
 
My linux desktop system generally shows foreign languages properly. But not for this post.

What language should I install?

Thanks.

Jeff
 
jlasman said:
My linux desktop system generally shows foreign languages properly. But not for this post.

What language should I install?

Thanks.

Jeff
This is Chinese character..you should install ..maybe eastAsia font
 
hao32, are you still doing english to chinese translation? how about the skins??
 
neorder said:
hao32, are you still doing english to chinese translation? how about the skins??
×î½üÒªÊǹ¤×÷æµÄ»°£¬ÆäʵÔÚDAÉý¼¶¶à´ÎµÄÇé¿öÏ£¬×îеÄÓïÑÔ°ü£¬ÒѾ_ºÃÁË
 
Back
Top