Difference between revisions of "Install (Gentoo)"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m (Text replacement - "<translate>" to "<translate1>") |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
− | < | + | <translate> |
== Install source == <!--T:1--> | == Install source == <!--T:1--> | ||
Fcitx has been in Gentoo portage tree for a long time. You can install it using emerge. | Fcitx has been in Gentoo portage tree for a long time. You can install it using emerge. |
Latest revision as of 22:54, 2 February 2016
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