Files
Last update 3 years 11 months
by
Gap1
Filessw-pchid-sniffer | |
---|---|
.. | |
.vscode | |
src | |
vendor | |
.gitignore | |
CMakeLists.txt | |
README.md |
README.mdhid-sniffer
Prerequirements
You need to install: - MinGW for Windows - CMake
Dont foget to add binaries to the PATH.
How to build
mkdir build cd build cmake -G "MinGW Makefiles" .. make