Codebase list fcitx-sunpinyin / run/44df969f-a3d4-40e1-aafe-4972afd513a6/main INSTALL
run/44df969f-a3d4-40e1-aafe-4972afd513a6/main

Tree @run/44df969f-a3d4-40e1-aafe-4972afd513a6/main (Download .tar.gz)

INSTALL @run/44df969f-a3d4-40e1-aafe-4972afd513a6/mainraw · history · blame

fcitx-sunpinyin 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.