Skip to content

如何在 Fedora 上安裝 fcitx5 mcbopomofo

Lukhnos Liu edited this page Apr 16, 2023 · 12 revisions

感謝 @jimchen5209 提供的安裝說明

最近在嘗試 fedora 然後想安裝小麥輸入法,目前有試出一個安裝的方案。 方法跟 README 上的差不多,只差在相依安裝的方式不同

  1. 安裝 fcitx5, CMake, 以及以下開發用模組:
sudo dnf install fcitx5 fcitx5-configtool fcitx5-autostart \
                 fcitx5-devel cmake extra-cmake-modules gettext fmt-devel
  1. 然後在本專案的 git 目錄下執行以下指令:
mkdir -p build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
make
sudo make install