[Share Experiences] deepinV23编译fcitx5-qt
Tofloor
poster avatar
151******07
deepin
2024-08-24 09:11
Author

下载fcitx5-qt

git clone  https://github.com/fcitx/fcitx5-qt.git 

修改CMakeLists.txt文件,关闭Enable Qt 5,关闭Qt6 Wayland workaround。

编译脚本

# 安装编译需要的依赖
sudo apt install libxkbcommon-dev extra-cmake-modules libfcitx5utils-dev gettext
cd fcitx5-qt/
mkdir build
cd build/
export CMAKE_PREFIX_PATH=/home/whkrain/Qt/6.7.2/gcc_64
cmake ..
make

图片.png

图片.png

编译成功之后可以得到需要的so文件

将其复制到指定的位置即可输入中文。

图片.png

Reply Favorite View the author
All Replies
151******07
deepin
2024-08-24 09:14
#1

libfcitx5platforminputcontextplugin.zip

基于Qt6.7.2编译好的so文件压缩包

Reply View the author