attente / fcitx-qimpanel

An input method frontend for fcitx. It's a standalone application written in Qt/QML.

Home Page:https://launchpad.net/fcitx-qimpanel https://code.launchpad.net/~happyaron/ubuntukylin/fcitx-qimpanel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fcitx-qimpanel based on qt4 default.

Build fcitx-qimpanel based on qt5 by Using the cmake command as follows:
  cmake -DQT_5=ON -DQT_4=OFF  ../

How to Install fcitx-qimpanel in  ubuntu + qt5:
  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

How to Install fcitx-qimpanel in ubuntu + qt4:
  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 libqt4-declarative libqt4-dev libqt4-dev-bin qt4-default qt4-dev-tools  qt4-qmake
  cmake ../
  make
  sudo make install


About

An input method frontend for fcitx. It's a standalone application written in Qt/QML.

https://launchpad.net/fcitx-qimpanel https://code.launchpad.net/~happyaron/ubuntukylin/fcitx-qimpanel

License:GNU General Public License v2.0


Languages

Language:C++ 80.0%Language:QML 15.9%Language:CMake 3.0%Language:QMake 0.4%Language:C 0.4%Language:Shell 0.3%