本文轉自:http://openbazaar.net/viewtopic.php?t=7
xttmgr是Firefly<firefly@firefly.idv.tw> 撰寫的字型管理程式,剛剛測試一下在Debian環境下的安裝,似乎沒甚麼問題,因此紀錄一下作法:
1. 下載source tarball
# wget
http://firefly.idv.tw/download/xttmgr-0.9-beta3.tar.gz
2. 解壓縮,進入子目錄
# tar xzvf xttmgr-0.9-beta3.tar.gz; cd xttmgr
3. 修改Makefile
第二行改成
代碼:
FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype2/freetype
第七行改成
代碼:
CFLAGS=$(RPM_OPT_FLAGS) -Wall -pedantic -I$(FREETYPE_INCL) -I/usr/include/freetype2
4. 修改 xttmgr.c 大約1436-1437行,兩行comment掉.
代碼:
/* } else if ( charmap->encoding == ft_encoding_latin_2 ) {
encoding_name = "Latin2"; */
5. 修改 xttmgr.c 大約第68行
代碼:
static char *fsconfig = "/etc/X11/fs/config";
改成
代碼:
static char *fsconfig = "/etc/X11/fs-xtt/config";
6. 編譯
# make
7. 安裝
# make install
這樣就OK囉!
作者官方論壇:http://firefly.idv.tw/test/Forum.php?Board=1