Basic Install
====================
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<installdir>
make
make install

Dependency
=====================
LibX11, Cairo-Xlib for GUI
Wget for download data file (if it a full tarball, no need for this)
Intltool for internationalize

Optional Dependency
=====================
pango-cairo for better font rendering (recommended)
opencc for new Simplified Chinese to Traditional Chinese engine
dbus for kimpanel support
doxygen for build doc
