Codebase list fcitx-sunpinyin / be5c2c22-2c57-4528-a6eb-b4dc254cde2c/main INSTALL
be5c2c22-2c57-4528-a6eb-b4dc254cde2c/main

Tree @be5c2c22-2c57-4528-a6eb-b4dc254cde2c/main (Download .tar.gz)

INSTALL @be5c2c22-2c57-4528-a6eb-b4dc254cde2c/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.