admin管理员组

文章数量:1541656

Ubuntu22.04发布时间很新,官方源还没有fcitx5用的郑码、五笔等输入法,只能自己打包安装。

下面是打包过程,懒人可以直接下载我做好的deb包安装即可。

第一步:安装环境

sudo apt-get install git build-essential cmake extra-cmake-modules libboost-dev libimecore-dev libimetable-dev libfcitx5core-dev libfcitx5utils-dev

第二步:从网上下载原码

git clone https://github/fcitx/fcitx5-table-extra.git

也可以在这里下载:https://download.fcitx-im/fcitx5/fcitx5-table-extra/

第三步:执行打包命令

cd fcitx5-table-extra
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
如果出现红色提示,执行apt-cache search 关键字,安装缺少的Package。也可以直接用apt-get install [Pac

本文标签: 五笔输入法extratabledeb