Codebase list fcitx-configtool / ab6c06b4-5afc-42f7-a428-f611fec782e5/main INSTALL
ab6c06b4-5afc-42f7-a428-f611fec782e5/main

Tree @ab6c06b4-5afc-42f7-a428-f611fec782e5/main (Download .tar.gz)

INSTALL @ab6c06b4-5afc-42f7-a428-f611fec782e5/main

6cacb09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.