Codebase list fcitx-sunpinyin / 036a35d6-6310-4ba9-8935-215c611e7678/upstream INSTALL
036a35d6-6310-4ba9-8935-215c611e7678/upstream

Tree @036a35d6-6310-4ba9-8935-215c611e7678/upstream (Download .tar.gz)

INSTALL @036a35d6-6310-4ba9-8935-215c611e7678/upstreamraw · 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.