Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C++
QML
CMake
Other
Cannot retrieve the latest commit at this time.
README
How to Install fcitx-qimpanel in ubuntu: mkdir build; cd build sudo apt-get install cmake sudo apt-get install build-essential sudo apt-get install fcitx-libs-dev sudo apt-get install qtbase5-dev qtdeclarative5-dev qttools5-dev-tools qttools5-dev cmake ../ make sudo make install