~fcitx-team/fcitx/debian-hangul

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fcitx-hangul install instructions
=================================================

To compile and install, go in the source directory and type:
mkdir build; cd build
cmake .. 
(If you want to install in a different path, use instead:
cmake .. -DCMAKE_INSTALL_PREFIX=/install/path)
make

To install, become root if required:

make install

Once installed, you can restart fcitx and it will be enabled by default.