tce-load -i compiletc cmake extra-cmake-modules fcitx-dev dbus-glib-dev wget https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/fcitx/fcitx-config.source-archive.zip cd fcitx.fcitx-config mkdir build cd build cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-march=i486 -mtune=i686 -Os -pipe" -DCMAKE_CXX_FLAGS_RELEASE="-march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE -Wno-dev ../ make [0m 4.99s] sudo make install