https://github.com/fcitx/fcitx5-skk
https://github.com/fcitx/fcitx5-skk
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcitx/fcitx5-skk
- Owner: fcitx
- Created: 2020-05-22T18:24:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T20:24:28.000Z (about 1 year ago)
- Last Synced: 2025-03-22T21:31:30.718Z (about 1 year ago)
- Language: C++
- Size: 283 KB
- Stars: 37
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSES/GPL-3.0-or-later.txt
Awesome Lists containing this project
README
# fcitx5-skk
fcitx5-skk is an input method engine for Fcitx5, which uses libskk as its backend.
## Requirements:
- libskk
- Qt5 (optional), for rule and dictionary configuration UI.
- fcitx 5
- fcitx-qt 5
- skk-jisyo
### For Ubuntu User
Please install this packages before build this Program.
- libskk-dev
- libfcitx5-qt-dev
- libfcitx5core-dev
- qtbase5-dev
- skkdic
$ sudo apt install libskk-dev libfcitx5-qt-dev libfcitx5core-dev qtbase5-dev skkdic
## Build dependency:
- cmake
- C++ Compiler(g++)
- extra-cmake-modules
- gettext
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/fcitx5-skk.git
cd fcitx5-skk
cmake .
sudo make install