You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After git clone --recursive https://github.com/GodotVR/godot_openhmd.git, the build system fails apparently in the libusb submodule because it can't find config.h.
Yep ran into the same issue - config.h is generated by autotools, which core.c needs. Maybe we need to execute that via SCons, or not sure if Scons can provide a compatible config.h
Hi,
After
git clone --recursive https://github.com/GodotVR/godot_openhmd.git
, the build system fails apparently in the libusb submodule because it can't find config.h.A config.h for linux seems to be missing:
Seems to me like something with the libusb submodule is wrong.
The text was updated successfully, but these errors were encountered: