jgeumlek / MoltenGamepad

Flexible Linux input device translator, geared for gamepads
MIT License
280 stars 42 forks source link

Running 'make' fails to compile #118

Open ExtantThylacine opened 1 year ago

ExtantThylacine commented 1 year ago

compiling source/core/commandline.cpp... In file included from source/core/moltengamepad.h:11, from source/core/commandline.cpp:1: source/core/devices/device.h:4:10: fatal error: libudev.h: No such file or directory 4 | #include | ^~~ compilation terminated. make: *** [Makefile:60: source/core/commandline.o] Error 1

Slash-by-Zero commented 1 year ago

Solution: sudo apt install libudev-dev