# fcitx-qt6 **Repository Path**: jeffkuang_workspace/fcitx-qt6 ## Basic Information - **Project Name**: fcitx-qt6 - **Description**: Ubuntu22.04,Qt6.7.2编译通过的fcitx5输入法 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Modified version of fcitx-qt5 with qt6 support. install build essentials, and then make: ```bash sudo apt install extra-cmake-modules cmake . -DENABLE_LIBRARY=false make sudo make install ```