~elementary-os/ubuntu-package-imports/fcitx-xenial

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: RabbitBot
  • Date: 2016-09-07 20:31:39 UTC
  • Revision ID: rabbitbot@elementary.io-20160907203139-bcsq3wop36c7w6yz
Initial import, version 1:4.2.9.1-1ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Basic Install
 
2
====================
 
3
mkdir build
 
4
cd build
 
5
cmake .. -DCMAKE_INSTALL_PREFIX=<installdir>
 
6
make
 
7
make install
 
8
 
 
9
Dependency
 
10
=====================
 
11
LibX11, Cairo-Xlib for GUI
 
12
Wget for download data file (if it a full tarball, no need for this)
 
13
 
 
14
Optional Dependency
 
15
=====================
 
16
pango-cairo for better font rendering (recommended)
 
17
opencc for new Simplified Chinese to Traditional Chinese engine
 
18
dbus for kimpanel support
 
19
doxygen for build doc
 
20
qt for qt im module, and qt based config plugin
 
21
gtk for gtk im module.
 
22
gir for gobject introspection support for fcitx-gclient