libuiohook
1.0.0
Voraussetzungen:
$ 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
| Option | Beschreibung | Standard | |
|---|---|---|---|
| alle | Build_Demo: Bool | Demo -Anwendungen | AUS |
| Build_shared_libs: bool | gemeinsame Bibliothek | AN | |
| Enable_test: bool | Testen | AUS | |
| OSX | Use_application_services: bool | Rahmen | AN |
| Use_iokit: bool | Rahmen | AN | |
| Use_OBJC: Bool | OBJ-C API | AN | |
| Use_Carbon_legacy: bool | Legacy Framework | AUS | |
| Win32 | |||
| Linux | Use_evdev: bool | Generischer Eingangstreiber | AN |
| *Nix | Use_xf86misc: bool | XFree86-Misc-Erweiterung | AUS |
| Use_xinerama: Bool | Xinerama -Bibliothek | AN | |
| Use_xkb_common: bool | XKBCommon -Erweiterung | AN | |
| Use_xkb_file: bool | XKB-Datei-Erweiterung | AN | |
| Use_xrandr: bool | Xrandt -Erweiterung | AUS | |
| Use_xrecord_async: bool | XRECORD ASYNC API | AUS | |
| Use_xt: bool | x Toolkit -Erweiterung | AN | |
| Use_xtest: bool | Xtest -Erweiterung | AN |