13,002
回編集
39行目: | 39行目: | ||
== Fcitx5のインストール == | == Fcitx5のインストール == | ||
==== リポジトリを追加してインストール ==== | |||
SUSEの公式リポジトリからM17Nリポジトリを追加する。<br> | |||
# SUSE 15.4 | |||
sudo zypper addrepo -cfp 90 https://download.opensuse.org/repositories/M17N/15.4/ M17N | |||
# SUSE 15.3 | |||
sudo zypper addrepo -cfp 90 https://download.opensuse.org/repositories/M17N/15.3/ M17N | |||
<br> | |||
追加したリポジトリを更新する。<br> | |||
sudo zypper refresh | |||
<br> | |||
Fcitx5をインストールする。<br> | |||
# KKCを使用する場合 | |||
sudo zypper install fcitx5-kkc fcitx5-table-other | |||
# SKKを使用する場合 | |||
sudo zypper install fcitx5-skk fcitx5-table-other | |||
# Mozcを使用する場合 | |||
sudo zypper install fcitx5-mozc fcitx5-table-other | |||
# Anthyを使用する場合(Anthyは開発を再開している) | |||
sudo zypper install fcitx5-anthy fcitx5-table-other | |||
<br> | |||
次に、Fcitxの設定ツールをインストールする。<br> | |||
# GNOME | |||
sudo zypper install fcitx5-configtool fcitx5-config-gtk3 | |||
# KDE | |||
sudo zypper install fcitx5-config-kde4 (以前は、kcm-fcitxと呼ばれていた) | |||
<br> | |||
==== ソースコードからインストール ==== | ==== ソースコードからインストール ==== | ||
===== XCB-IMDKitのインストール ===== | ===== XCB-IMDKitのインストール ===== |