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 | 通用輸入驅動程序 | 在 |
| *尼克斯 | use_xf86misc:bool | XFREE86-MISC擴展 | 離開 |
| use_xinerama:bool | Xinerama圖書館 | 在 | |
| use_xkb_common:bool | XKBCommon擴展 | 在 | |
| use_xkb_file:bool | XKB文件擴展 | 在 | |
| use_xrandr:bool | Xrandt擴展 | 離開 | |
| USE_XRECORD_ASYNC:bool | XRECORD異步API | 離開 | |
| use_xt:bool | X工具包擴展名 | 在 | |
| use_xtest:bool | Xtest擴展 | 在 |