Codebase list fcitx-configtool / d4773aa0-4e9f-41e3-bf97-cd1c0aa10872/main INSTALL
d4773aa0-4e9f-41e3-bf97-cd1c0aa10872/main

Tree @d4773aa0-4e9f-41e3-bf97-cd1c0aa10872/main (Download .tar.gz)

INSTALL @d4773aa0-4e9f-41e3-bf97-cd1c0aa10872/mainraw · history · blame

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