GitXplorerGitXplorer
t

install-mozc-centos6

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8173c16c765d9a5f9ee507e37571e47146e57891

Fixed a little(Qt-x11 -> qt-x11)

ttats-u committed 9 years ago
Unverified
6023a000f4dab0d9d902008241a3a9a5c3031235

Added online-version and fixed offline-version a little

ttats-u committed 9 years ago
Unverified
a5278efe54072c350df20de7c506549aadcdb6ca

Fixed how to install

ttats-u committed 9 years ago
Unverified
9222ffefe12d9c9733aa95d65fc514c82e4db49a

Shortened commands

ttats-u committed 9 years ago
Unverified
34cc4017a2a257250af397e316968ed3db22ada7

Added the RPM packages and the draft of shell script

ttats-u committed 9 years ago
Unverified
ad6aa724414f0b74a791e7376fad21fb38148ecd

Added the draft of README.md, and .gitignore

ttats-u committed 9 years ago

README

The README file for this repository.

mozcインストールシェルスクリプト for CentOS6.x

はじめに

CentOS6.xはデフォルトでAnthyを日本語IMEとして採用しています。しかし、このAnthyの変換精度はそこまでよくありません。ある程度パソコンに詳しい人ならGoogleの開発した「Google日本語入力」をご存知でしょう。しかし、Android以外のLinuxではこれを使うことはできません。しかし、Ubuntuなどではオープンソース版である「mozc」を使用することができます。mozcは少なくともAnthyよりは賢いIMEです。そうなるとCentOSにもインストールしたいところですが、公式リポジトリには入っていません。従って、シェルスクリプトの実行だけでインストールできるようにしたいと思い、ここに公開することにしました。

インストール方法

###オフライン版(中身をダウンロード)

sudo ./install-mozc

###オンライン版

wget https://raw.githubusercontent.com/tats-u/install-mozc-centos6/master/onlineinstall-mozc
sudo ./onlineinstall-mozc
rm -f onlineinstall-mozc