~fcitx-team/fcitx/debian-hangul

1 by YunQiang Su
Imported Upstream version 0.1.0
1
fcitx-hangul install instructions
2
=================================================
3
4
To compile and install, go in the source directory and type:
5
mkdir build; cd build
6
cmake .. 
7
(If you want to install in a different path, use instead:
8
cmake .. -DCMAKE_INSTALL_PREFIX=/install/path)
9
make
10
11
To install, become root if required:
12
13
make install
14
15
Once installed, you can restart fcitx and it will be enabled by default.