Crates.io | cskk |
lib.rs | cskk |
version | 3.1.2 |
source | src |
created_at | 2021-05-05 06:03:36.991155 |
updated_at | 2024-10-19 10:21:41.758427 |
description | C ABIから使う事を目的とした SKK(Simple Kana Kanji henkan)方式のかな漢字変換ライブラリ |
homepage | |
repository | https://github.com/naokiri/cskk |
max_upload_size | |
id | 393343 |
size | 604,932 |
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-docs
ロゴ・アイコン類: cskk-icons
参考
Ubuntu等では以下のコマンドでインストール
sudo apt install libxkbcommon-dev
cargo install --force cbindgen
cargo install --force cargo-c
root権限がある場合、以下を実行する。
これはcargo cbuild --release
でtarget/{arch}/release/以下に生成されたファイルを適切なシステムのディレクトリに、そしてassets/以下のファイルを適切なデータディレクトリのlibcskk/以下にインストールする。
cargo cinstall --release
標準的なパス以外にインストールする場合は、以下のような引数を与える。 詳細は cargo-c を参照のこと。
cargo cinstall --release --prefix="/tmp" --datadir="$HOME/.local/share"
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/.