Codebase list fcitx-dbus-status / 22a97e4f-a063-401e-a4c9-db7233457f8e/main INSTALL
22a97e4f-a063-401e-a4c9-db7233457f8e/main

Tree @22a97e4f-a063-401e-a4c9-db7233457f8e/main (Download .tar.gz)

INSTALL @22a97e4f-a063-401e-a4c9-db7233457f8e/mainraw · history · blame

Basic Install
====================
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install

Please restart fcitx to enable it.

Dependency
=====================
fcitx (core and dbus module)
dbus

For example, you'll need to install these dependencies by the following command
to build fcitx-dbus-status on Debian/Ubuntu:

$ sudo apt-get instal fcitx-libs-dev fcitx-module-dbus libdbus-1-dev