gentoo安装FCITX

Posted 路漫漫,其修远,上下而求索

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gentoo安装FCITX相关的知识,希望对你有一定的参考价值。

GENTOO 安装 FCITX比较简单,

Install source

Fcitx has been in Gentoo portage tree for a long time. You can install it using emerge.

# emerge -av fcitx

It is strongly recommended to add the gtk, gtk3, qt USE flags in order to build the corresponding im modules.

# USE="gtk gtk3 qt4" emerge -av fcitx

Or you can add the USE flags in /etc/portage/package.use and then install it. (recommended)

app-i18n/fcitx gtk gtk3 qt4

Emacs

试试

LC_CTYPE=zh_CN.UTF-8 emacs

以上是关于gentoo安装FCITX的主要内容,如果未能解决你的问题,请参考以下文章