Codebase list fcitx-sunpinyin / e40c0a62-246b-4277-8f5e-294fa6edadb7/main INSTALL
e40c0a62-246b-4277-8f5e-294fa6edadb7/main

Tree @e40c0a62-246b-4277-8f5e-294fa6edadb7/main (Download .tar.gz)

INSTALL @e40c0a62-246b-4277-8f5e-294fa6edadb7/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.