本專案提供在 Linux 上的小麥族語輸入法,基於 fcitx5 輸入法框架開發,使用的資料來源是原住民語言研究發展基金會(原語會)的族語學習詞表系統,支援 42 種台灣南島語系語言。
以下說明如何在 Ubuntu 24.04 LTS(或是 22.04 LTS)上編譯安裝。
請先安裝 fcitx5, CMake, 以及以下開發用模組:
sudo apt install \
pkg-config fcitx5 libfcitx5core-dev libfcitx5config-dev libfcitx5utils-dev fcitx5-modules-dev nlohmann-json3-dev\
cmake extra-cmake-modules然後在本專案的 git 目錄下執行以下指令:
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --install build
# 初次安裝後,執行以下指令,小麥注音 icon 就會出現在 fcitx5 選單中
sudo update-icon-caches /usr/share/icons/*歡迎小麥注音 Linux 用戶回報問題與指教,也歡迎大家參與小麥注音開發。