| 222行目: | 222行目: | ||
<br> | <br> | ||
Anthy-Unicodeをビルドおよびインストールする。<br> | Anthy-Unicodeをビルドおよびインストールする。<br> | ||
autoreconf -i | |||
mkdir build && cd build | |||
../configure --prefix=<Fcitx5のインストールディレクトリ> | |||
make -j $(nproc) | |||
make install | |||
<br> | |||
==== Kasumi-Unicodeのインストール (任意 : Fcitx5-Anthyを使用する場合) ==== | |||
霞 (Kasumi-Unicode) は、シンプルなAnthy個人辞書管理ツールである。<br> | |||
<br> | |||
Kasumi-Unicodeのビルドに必要なライブラリをインストールする。<br> | |||
# SUSE | |||
sudo zypper install make gcc gcc-c++ gtk3-devel | |||
anthy-devel # パッケージ管理システムからAnthy-Unicodeをインストールしている場合 | |||
<br> | |||
[https://github.com/fujiwarat/kasumi-unicode Kasumi-UnicodeのGithub]にアクセスして、ソースコードをダウンロードする。<br> | |||
ダウンロードしたファイルを解凍する。<br> | |||
tar xf kasumi-unicode-<バージョン>.tar.gz | |||
cd kasumi-unicode-<バージョン> | |||
<br> | |||
または、<code>git clone</code>コマンドを実行して、Kasumi-Unicodeのソースコードをダウンロードする。<br> | |||
git clone https://github.com/fujiwarat/kasumi-unicode.git | |||
cd kasumi-unicode | |||
<br> | |||
Kasumi-Unicodeをビルドおよびインストールする。<br> | |||
autoreconf -i | autoreconf -i | ||