Codebase list fcitx-configtool / 37664ac3-a21f-492e-bf51-3df0d8f19d10/upstream INSTALL
37664ac3-a21f-492e-bf51-3df0d8f19d10/upstream

Tree @37664ac3-a21f-492e-bf51-3df0d8f19d10/upstream (Download .tar.gz)

INSTALL @37664ac3-a21f-492e-bf51-3df0d8f19d10/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.