2010年5月29日

最新版のMozcを得るのに人に頼らない。

ユノハナガニ Austinograea yunohana (Takeda, Hashimoto et Ohta, 2000)
動物界(Animalia)  節足動物門(Arthropoda)  甲殻綱(Crustacea)  エビ目(十脚目)(Decapoda)  ユノハナガニ科(Bythograeidae)  ユノハナガニ属(Austinograea)

 これまで、Mozc をインストールするのに人に頼っていたのだが、Mozcのwikiページを読んでいると簡単に deb パッケージを作って利用できることが分かったので今後の楽しみが増えた。やっぱり自分で作るとなんとなく嬉しいものだ。

Build and install debian package on LinuxBuildInstructions - mozc - How to build Mozc on Linux - Project Hosting on Google Code

Build and install debian package

To build and install debian packages, execute the following. You can safely skip the Get the Code and Compilation sections above. Currently, Ubuntu 10.04 is required to build the packages.

% sudo apt-get install gyp
% mkdir -p ~/src/mozc
% cd ~/src/mozc
% svn co http://mozc.googlecode.com/svn/trunk/src
% cd src
% debuild -uc -us
This package has a Debian revision number but there does not seem to be
an appropriate original tar file or .orig directory in the parent directory;
(expected one of mozc_x.x.x.x.orig.tar.gz, mozc_x.x.x.x.orig.tar.bz2,
mozc_x.x.x.x.orig.tar.lzma or src.orig)
continue anyway? (y/n) y
...
Finished running lintian.

% sudo dpkg -i ../ibus-mozc_x.x.x.x_*.deb ../mozc-server_x.x.x.x_*.deb ../mozc-utils-gui_x.x.x.x_*.deb

To enable Mozc, you have to open the IBus configuration and add "Japanese - Mozc" input method.

 素人が指摘するのもなんだが、 sudo dpkg -i ../ の下りは、

cd ..
sudo dpkg -i ibus-mozc_x.x.x.x_*.deb mozc-server_x.x.x.x_*.deb mozc-utils-gui_x.x.x.x_*.deb

とする方がスマートなのではないかな? まぁキーボード見ないで打てる人には ../ を3回打つ位は大したことではないのだろうけれども。

0 件のコメント: