libuiohook
1.0.0
Prerrequisitos:
$ 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
| opción | descripción | por defecto | |
|---|---|---|---|
| todo | Build_demo: bool | aplicaciones de demostración | APAGADO |
| Build_shared_libs: bool | biblioteca | EN | |
| Habilitar_test: bool | pruebas | APAGADO | |
| OSX | Use_application_services: bool | estructura | EN |
| Use_iokit: bool | estructura | EN | |
| Use_objc: bool | API OBJ-C | EN | |
| Use_carbon_legacy: bool | marco heredado | APAGADO | |
| Win32 | |||
| Linux | Use_evdev: bool | controlador de entrada genérico | EN |
| *nada | Use_xf86misc: bool | Extensión XFree86-MISC | APAGADO |
| Use_xinerama: bool | biblioteca xinerama | EN | |
| Use_xkb_common: bool | extensión xkbcommon | EN | |
| Use_xkb_file: bool | extensión de archivo xkb | EN | |
| Use_xrandr: bool | extensión de XRandt | APAGADO | |
| Use_xrecord_async: bool | XRECord API async | APAGADO | |
| Use_xt: bool | X Extensión del kit de herramientas | EN | |
| Use_xtest: bool | Extensión de XTest | EN |