Fcitx5 개발킷 설치
git clone https://github.com/fcitx/xcb-imdkit.git
cd xcb-imdkit
mkdir fcitx-build
cd fcitx-build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && sudo make install
Emoji 기능 설치
git clone https://github.com/fujiwarat/cldr-emoji-annotation.git
cd cldr-emoji-annotation
./configure --prefix=/usr
make && sudo make install
Fcitx5 설치 cd fcitx5
mkdir fcitx-build && cd fcitx-build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && sudo make install
Fcitx5 Hangul 플러그인 설치 cd fcitx5-hangul
mkdir fcitx-build && cd fcitx-build
ccmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && sudo make install
https://www.gamu.kr/sources/LFS-12.4/fcitx5-gtk-5.1.4.tar.zst https://www.gamu.kr/sources/LFS-12.4/fcitx5-configtool-5.1.9.tar.zst