RictyをCentOSにインストールする | LastShogunのブログ

LastShogunのブログ

元ITベンチャー社長が青年海外協力隊でタイに行きます

1.
http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
上記のサイトのGitHub tag 3.2.2をクリック

画面右にあるDownloadZIPをクリック

wget https://github.com/yascentur/Ricty/archive/3.2.2.zip
unzip 3.2.2.zip



2.
fontforgeをインストール

yum install fontforge

3.
http://levien.com/type/myfonts/inconsolata.html
上記サイトから OpenType file をダウンロード

cd Ricty-3.2.2/
wget http://levien.com/type/myfonts/Inconsolata.otf

4.
http://mix-mplus-ipa.sourceforge.jp/migu/
上記サイトからMigu 1Mをダウンロード

wget "http://sourceforge.jp/frs/redir.php?m=jaist&f=%2Fmix-mplus-ipa%2F59022%2Fmigu-1m-20130617.zip"
unzip redir.php\?m\=jaist\&f\=%2Fmix-mplus-ipa%2F59022%2Fmigu-1m-20130617.zip
cp migu-1m-20130617/migu-1m-bold.ttf ./
cp migu-1m-20130617/migu-1m-regular.ttf ./

5.
./ricty_generator.sh -v -w Inconsolata.otf migu-1m-regular.ttf migu-1m-bold.ttf

6.
フォントをインストール

mkdir -p ~/.fonts
cp -f Ricty*.ttf ~/.fonts/
fc-cache -vf