문서 보기이전 판역링크책에 추가PDF로 내보내기Fold/unfold allODT 내보내기맨 위로 이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요. <WRAP centeralign> === Beyond Linux From Scratch 12.4 === </WRAP> ------ === Fcitx 5 설치와 설정 === == 설치 == Fcitx5 개발킷 설치 <codeprism lang=bash> 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 </codeprism> Emoji 기능 설치 <codeprism lang=bash> git clone https://github.com/fujiwarat/cldr-emoji-annotation.git cd cldr-emoji-annotation ./configure --prefix=/usr make && sudo make install </codeprism> Fcitx5 설치 \\ Get [[https://www.gamu.kr/sources/LFS-12.4/fcitx5-5.1.16.tar.zst|fcitx5-5.1.16.tar.zst]]\\ or <wrap em>git clone https://github.com/fcitx/fcitx5.git</wrap> <codeprism lang=bash> cd fcitx5 mkdir fcitx-build && cd fcitx-build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make && sudo make install </codeprism> 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 <wrap em>git clone https://github.com/fcitx/fcitx5-hangul.git</wrap> <codeprism lang=bash> cd fcitx5-hangul mkdir fcitx-build && cd fcitx-build ccmake -DCMAKE_INSTALL_PREFIX=/usr .. make && sudo make install </codeprism> 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 == 설정 == ------ <WRAP centeralign> [[#Beyond Linux From Scratch 12.4|위로]] </WRAP> beyondlinuxfromscratch/12.4/fcitx5.txt 마지막으로 수정됨: 2026/02/24 01:52저자 baecy