=== Beyond Linux From Scratch 12.4 ===
------
=== Fcitx 5 설치와 설정 ===
== 설치 ==
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 설치 \\
Get [[https://www.gamu.kr/sources/LFS-12.4/fcitx5-5.1.16.tar.zst|fcitx5-5.1.16.tar.zst]]\\
or git clone https://github.com/fcitx/fcitx5.git
cd fcitx5
mkdir fcitx-build && cd fcitx-build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make && sudo make install
Fcitx5 Hangul 플러그인 설치 \\
Get [[https://www.gamu.kr/sources/LFS-12.4/fcitx5-hangul-5.1.8.tar.zst|fcitx5-hangul-5.1.8.tar.zst]]\\
or git clone https://github.com/fcitx/fcitx5-hangul.git
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
== 설정 ==
------
[[#Beyond Linux From Scratch 12.4|위로]]