libuiohook
1.0.0
前提条件:
$ git clone https://github.com/kwhat/libuiohook
$ cd libuiohook
$ mkdir build && cd build
$ cmake -S .. -D BUILD_SHARED_LIBS=ON -D BUILD_DEMO=ON -DCMAKE_INSTALL_PREFIX=../dist
$ cmake --build . --parallel 2 --target install
| オプション | 説明 | デフォルト | |
|---|---|---|---|
| 全て | build_demo:bool | デモアプリケーション | オフ |
| build_shared_libs:bool | 共有ライブラリ | の上 | |
| enable_test:bool | テスト | オフ | |
| OSX | use_application_services:bool | フレームワーク | の上 |
| use_iokit:bool | フレームワーク | の上 | |
| use_objc:bool | OBJ-C API | の上 | |
| use_carbon_legacy:bool | レガシーフレームワーク | オフ | |
| Win32 | |||
| Linux | use_evdev:bool | 一般的な入力ドライバー | の上 |
| *nix | use_xf86misc:bool | XFREE86-MISC拡張機能 | オフ |
| use_xinerama:bool | Xinerama Library | の上 | |
| use_xkb_common:bool | XKBCommon拡張機能 | の上 | |
| use_xkb_file:bool | XKB-File拡張機能 | の上 | |
| use_xrandr:bool | Xrandt拡張機能 | オフ | |
| use_xrecord_async:bool | XRECORD ASYNC API | オフ | |
| use_xt:bool | Xツールキット拡張機能 | の上 | |
| use_xtest:bool | Xtest拡張機能 | の上 |