Codebase list fcitx-sunpinyin / 7c4325c6-ea74-428e-bbf9-e916a1eeaee7/main INSTALL
7c4325c6-ea74-428e-bbf9-e916a1eeaee7/main

Tree @7c4325c6-ea74-428e-bbf9-e916a1eeaee7/main (Download .tar.gz)

INSTALL @7c4325c6-ea74-428e-bbf9-e916a1eeaee7/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.