/usr/share/doc/fcitx-rime/README.md is in fcitx-rime 0.3.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ## RIME support for Fcitx
RIME(中州韻輸入法引擎) is _mainly_ a Traditional Chinese input method engine.
project: https://code.google.com/p/rimeime
## Build From Source:
### special notice of RIME dependency:
RIME split its devlopment source into a few sections, here we need librime.
In librime source, there are two directory, brise and librime.
According to your distribution, you might need brise+librime package(openSUSE) or only librime which includes brise at /usr/share/brise.
If your distribution doesn't have one you need to download librime and put brise directory into /usr/share/brise.
If you're a distribution packager, ask maintainer of librime to add brise sub-package.
### special notice of Boost dependency:
Boost is a RIME dependency, so without boost >= 1.46.1, you will not ble to install librime-devel.
Generally it means, distros that are a little old like openSUSE 11.4 or Ubuntu 10.10 might not be possible to build or install.
### Dependency
*cmake
*gcc-c++
*fcitx-devel with all three skins
some distro like openSUSE split a fcitx-skin-classic and a fcitx-skin-dark, so you need them.
*librime-devel
*brise
*hicolor-icon-theme
optional, for directory ownership.
#### openSUSE:
sudo zypper ar -f http://download.opensuse.org/repositories/M17N/openSUSE_12.2/ M17N
sudo zypper in cmake gcc-c++ fcitx-devel fcitx-skin-classic fcitx-skin-dark librime-devel brise hicolor-icon-theme
## Install from Distribution
### openSUSE
sudo zypper ar -f http://download.opensuse.org/repositories/M17N/openSUSE_12.2/ M17N
sudo zypper in fcitx-rime
|