This project uses vjoy + mingw64 (msys2 specifically) + cmake to build a hello world application.
At this point, I am a linux/posix developer. I want to ultimatly foward events from a rPi, basically add a socket to evtest.c and play it back in windows.
- https://github.com/jshafer817/vJoy/releases/tag/v2.1.9.1
- Included libraries and DLLs are from v2.1.9.1 branch SDK, but report v2.1.83 or something in details
- https://www.msys2.org/
- Run install from site and recommend
pacman -S base-devel gcc vim cmake
(gcc wasnt installed for me using msys2 directions)pacman -S git
(if you want)
Start msys2 bash
mkdir build
cd build
cmake ..
make
./app.exe