Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

fcitx/fcitx-skk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • qtbase5-dev

  • libfcitx-qt5-dev

  • skkdic

    $ sudo aptitude install libskk-dev qtbase5-dev libfcitx-qt5-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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 49.1%
  • C++ 45.9%
  • CMake 5.0%