Codebase list fcitx-anthy / 867a245e-0c83-4e38-bae9-d9639c4e70c9/main INSTALL
867a245e-0c83-4e38-bae9-d9639c4e70c9/main

Tree @867a245e-0c83-4e38-bae9-d9639c4e70c9/main (Download .tar.gz)

INSTALL @867a245e-0c83-4e38-bae9-d9639c4e70c9/mainraw · history · blame

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