Skip to content

Commit 2dfb4ff

Browse files
committed
Add link in readme
1 parent 9ef0b09 commit 2dfb4ff

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(PkgConfig REQUIRED)
1616
find_package(Fcitx5Core 5.0.6 REQUIRED)
1717
find_package(Fcitx5Utils 5.0.6 REQUIRED)
1818

19-
pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.2")
19+
pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.9.0")
2020

2121
option(ENABLE_QT "Enable Qt for GUI configuration" On)
2222

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
[libcskk](https://github.com/naokiri/cskk) を用いる。
55

6+
説明書は[CSKK Docs](https://naokiri.github.io/cskk-docs/)に公開。
7+
68
## インストール方法
79

810
$ rm -rf ./build

0 commit comments

Comments
 (0)