Skip to content

Fedora 37 安裝說明 #77

Description

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions