Stable Rust version build status:
Beta and Nightly Rust version build status:
Cobalt SKK ライブラリ.
CSKK はSKK(Simple Kana Kanji 変換)用ライブラリです。 CSKKはSKKと外延的に同値であるため、こう名付けられました。
Fcitx5用: fcitx5-cskk
ロゴ・アイコン類: cskk-icons
参考 - ddskk: http://openlab.ring.gr.jp/skk/ddskk.html - libskk: https://github.com/ueno/libskk
Ubuntu等では以下のコマンドでインストール
shell
sudo apt install libxkbcommon-dev
shell
cargo install --force cbindgen
shell
cargo install --force cargo-c
以下を実行する
shell
cargo cinstall --release
mkdir -p ~/.local/share/libcskk
cp -r ./shared/* ~/.local/share/libcskk
標準的なパス以外にインストールする場合は、以下のような引数を与える。 詳細は cargo-c を参照のこと。
shell
cargo cinstall --release --prefix=/usr --includedir=/tmp/other/place
Copyright (C) 2018 Naoaki Iwakiri
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.