chise-fonts-installer

守岡知彦 / MORIOKA Tomohiko tomo @ kanji.zinbun.kyoto-u.ac.jp
2009年 12月 26日 (土) 00:07:45 JST


最近、ふと思い立って chise-fonts-installer というものを作りました。

これは、CHISE 環境で必要となるようなフォントをインストールするものです。

[入手の仕方]

    % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login
    CVS password: <enter を押す>

    % cvs -z9 -d :pserver:anonymous@cvs.m17n.org:/cvs/chise co \
      chise-fonts-installer
    とすれば良い(cvs login は以前に実行していればやらなくても良い)。


[Install]

    chise-fonts-installer の作業ディレクトリの中で

    % cd chise-fonts-installer

    % ./configure

    % make

    % make install


[設定]

    $PREFIX$/share/scripts/chise-setup-xfonts を参考に X のフォントパ
    スを設定する。あるいは、このファイルを ~/.xinitrc 等で実行する。


なお、chise-fonts-installer を chise-base にも組み込んだので CVS 版の
chise-base をお使いの方は、

    % make distclean

    % cvs -z9 update -Pd

    % ./configure

    % make install-base

;; Mac OS X で Fink 環境をお使いの方は、./configure と make
;; install-base の代わりに

;;  % bootstrap.fink

;; を、Mac Ports をお使いの方は、

;;  % bootstrap.macports

;; を、Debian GNU/Linux をお使いの方は、

;;  % bootstrap.debian

;; を実行してください。

-- 
tomo.




More information about the CHISE-ja mailing list