Translations:Compile from source/16/en

From Fcitx
Jump to navigation Jump to search

cd /path/to/source

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`fcitx4-config --prefix` -DLIB_INSTALL_DIR=`fcitx4-config --libdir`
make
sudo make install