Codebase list fcitx-googlepinyin / 71c0a789-f98f-4526-b848-998bf45e9242/main INSTALL
71c0a789-f98f-4526-b848-998bf45e9242/main

Tree @71c0a789-f98f-4526-b848-998bf45e9242/main (Download .tar.gz)

INSTALL @71c0a789-f98f-4526-b848-998bf45e9242/mainraw · history · blame

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