Codebase list fcitx-configtool / 0762b56e-bb55-4121-a494-12820665e39f/upstream INSTALL
0762b56e-bb55-4121-a494-12820665e39f/upstream

Tree @0762b56e-bb55-4121-a494-12820665e39f/upstream (Download .tar.gz)

INSTALL @0762b56e-bb55-4121-a494-12820665e39f/upstream

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.