fcitx-skk is an input method engine for Fcitx, which uses libskk as its backend.
- libskk
- Qt4 (optional), for rule and dictionary configuration UI.
- fcitx 4.2.8
- skk-jisyo
Please install this packages before build this Program.
-
libskk-dev
-
qtbase5-dev
-
libfcitx-qt5-dev
-
skkdic
$ sudo aptitude install libskk-dev qtbase5-dev libfcitx-qt5-dev skkdic
- cmake
- C++ Compiler(g++)
You can specify the skk dictionary path by -DSKK_DEFAULT_PATH=path_you_want
By default it's /usr/share/skk/SKK-JISYO.L
git clone https://github.com/fcitx/fcitx-skk.git
cd fcitx-skk
cmake .
sudo make install