File: README.md

package info (click to toggle)
fcitx-skk 0.1.2-0.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 284 kB
  • ctags: 152
  • sloc: ansic: 672; cpp: 605; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (5)
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
# fcitx-skk

fcitx-skk is an input method engine for Fcitx, which uses libskk as its backend.

## Requirements:

 - libskk
 - Qt4 (optional), for rule and dictionary configuration UI.
 - fcitx 4.2.8
 - skk-jisyo

### For Ubuntu User

Please install this packages before build this Program.

 - libskk-dev
 - libqt4-dev
 - fcitx-libs-dev
 - skkdic

    $ sudo aptitude install libskk-dev libqt4-dev fcitx-libs-dev skkdic


## Build dependency:

 - cmake
 - C++ Compiler(g++)

You can specify the skk dictionary path by -DSKK_DEFAULT_PATH=path_you_want

By default it's /usr/share/skk/SKK-JISYO.L

## Installation 

    git clone https://github.com/fcitx/fcitx-skk.git
    cd fcitx-skk
    cmake .
    sudo make install