We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef0b09 commit 2dfb4ffCopy full SHA for 2dfb4ff
CMakeLists.txt
@@ -16,7 +16,7 @@ find_package(PkgConfig REQUIRED)
16
find_package(Fcitx5Core 5.0.6 REQUIRED)
17
find_package(Fcitx5Utils 5.0.6 REQUIRED)
18
19
-pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.8.2")
+pkg_check_modules(LIBCSKK REQUIRED IMPORTED_TARGET "cskk>=0.9.0")
20
21
option(ENABLE_QT "Enable Qt for GUI configuration" On)
22
README.md
@@ -3,6 +3,8 @@
3
4
[libcskk](https://github.com/naokiri/cskk) を用いる。
5
6
+説明書は[CSKK Docs](https://naokiri.github.io/cskk-docs/)に公開。
7
+
8
## インストール方法
9
10
$ rm -rf ./build
0 commit comments