# # # # 08-Sep-05 amo Date-of-Birth # 01-Oct-05 amo Get more efonts and install # # http://openlab.ring.gr.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2-src.tar.bz2 http://openlab.ring.gr.jp/efont/dist/unicode-bdf/efont-unicode-bdf-0.4.2.tar.bz2 http://openlab.ring.gr.jp/efont/dist/unicode-bdf/naga10.tar.bz2 --> did NOT install http://openlab.ring.gr.jp/efont/dist/shinonome/shinonome-0.9.11p1.tar.bz2 http://openlab.ring.gr.jp/efont/dist/shinonome/shinonome-0.9.11-src.tar.bz2 http://openlab.ring.gr.jp/efont/dist/serif/efont-serif-20010808-opentype.tar.gz --> did NOT install http://openlab.ring.gr.jp/efont/dist/serif/efont-serif-tex-20010312-p3.tar.gz http://openlab.ring.gr.jp/efont/dist/tools/bdfresize/bdfresize-1.5.tar.gz # # # cd /usr/local/src/CJK/Fonts/efont # tar jxpvf shinonome-0.9.11p1.tar.bz2 # cd shinonome-0.9.11 # ./configure # make # make install # ---------- note --- # /usr/local/X11R6/lib/X11/fonts/japanese # ---------- # # ----------- # tar jxpvf japanese-bitmap-fonts-0.4.5.tar.bz2 # cd japanese-bitmap-fonts-0.4.5 # ./configure # make # make install # ---------- note --- # /usr/local/X11R6/lib/X11/fonts/japanese # ---------- # # ------------ # tar zxpvf bdfresize-1.5.tar.gz # cd bdfresize-1.5 # ./configure # make # make install # /usr/local/bin/bdfresize # # -------------- # # #tar jtpvf efont-unicode-bdf-0.4.2.tar.bz2 ( has pre-compiled *.bdf ) tar jxpvf efont-unicode-bdf-0.4.2-src.tar.bz2 # requires: bdfresize # cd efont-unicode-bdf-0.4.2-src # ./configure # make # -- takes a while to build bdf, pcf, bold, italics -- # vi ../efont-unicode-bdf-0.4.2.Install.sh # # # cp *.pcf.gz /usr/local/X11R6/lib/X11/fonts/japanese/ # # # mkfontdir /usr/local/X11R6/lib/X11/fonts/japanese/ # # # xset +fp /usr/local/X11R6/lib/X11/fonts/japanese/ # xset fp rehash # # # ---------------------------- # tar zxvfp efont-serif-tex-20010312-p3.tar.gz # cd efont-serif-tex-20010312-p3 # make install # /usr/local/share/texmf//fonts/vf/efont # # # ============================================================================== # cd /usr/local/src/CJK/Fonts/efont # http://sourceforge.jp/projects/efont/ # wget http://download.sourceforge.jp/efont/5411/kochi-substitute-20030809.tar.bz2 wget http://download.sourceforge.jp/efont/5411/substkit-20030809.tar.bz2 # # # ftp://ftp.lab.kdd.co.jp/Linux/packages/knoppix-jp/pool/others/ttf-kochi-substitute # # # substkit-20030809.tar.bz2 --> not used, not installed yet # tar jxpvf kochi-substitute-20030809.tar.bz2 # kochi-gothic-subst.ttf # kochi-mincho-subst.ttf # # cd kochi-substitute-20030809 # # /usr/X11R6/lib/X11/fonts/TTF # cp -p kochi-gothic-subst.ttf /usr/X11R6/lib/X11/fonts/TrueType cp -p kochi-mincho-subst.ttf /usr/X11R6/lib/X11/fonts/TrueType # mkfontdir # updates ...TTF/fonts.dir # fc-cache -fv # updates ...TTF/fonts.cache-1 # # # http://forums.gentoo.org/viewtopic.php?p=1852138 # emerge media-fonts/kochi-substitute # # # End of file