Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 856 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 856 Bytes

vjoymingw

This project uses vjoy + mingw64 (msys2 specifically) + cmake to build a hello world application.

narrative

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.

install

build

Start msys2 bash

mkdir build
cd build
cmake ..
make

run

./app.exe

results

neat