Codebase list fcitx-googlepinyin / c6bca6b3-9aeb-42e7-92f9-9f72dea2911a/main INSTALL
c6bca6b3-9aeb-42e7-92f9-9f72dea2911a/main

Tree @c6bca6b3-9aeb-42e7-92f9-9f72dea2911a/main (Download .tar.gz)

INSTALL @c6bca6b3-9aeb-42e7-92f9-9f72dea2911a/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.