Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.17 KB

libuiohook

A multi-platform C library to provide global keyboard and mouse hooks from userland.

Compiling

Prerequisites: pkg-config, libtool, gcc, clang or msys2/mingw32

With autotools

Other prerequisites: autotools

./bootstrap.sh
./configure
make && make install

With CMake

Other prerequisites: cmake

From the desired build directory:

cmake /path/to/the/source/directory
make

Usage