Yet another lightweight CLIcker
- For X11: X11
- For UInput: linux, libinput, libudev
git submodule init
git submodule update
mkdir build
cd build
cmake .. <options>
cmake --build ./ -j$(nproc)
-DUSE_UINPUT=ON/OFF
# Include compile uinput implementation-DUSE_X11=ON/OFF
# Include X11 libraries and compile X11 implementation
./FastBleed --help