GithubHelp home page GithubHelp logo

tedddy / fcitx-qimpanel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lenky0401/fcitx-qimpanel

0.0 1.0 0.0 941 KB

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

License: GNU General Public License v2.0

CMake 2.84% C++ 80.17% QMake 0.42% QML 15.93% C 0.36% Shell 0.29%

fcitx-qimpanel's Introduction

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


fcitx-qimpanel's People

Contributors

attente avatar bh1scw avatar lenky0401 avatar lmq3342xja avatar mitya57 avatar wengxt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.