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
Hi! I'm looking to add linux support to this library. I've downloaded and built HIDAPI from this GitHub repo but I was left with multiple files, none of which were simply named "hidapi" like the windows and mac versions in this repo's plugins folder.
The files created are:
libhidapi-hidraw.a
libhidapi-hidraw.la
libhidapi-hidraw.so
libhidapi-hidraw.so.0
libhidapi-hidraw.so.0.0.0
libhidapi-libusb.a
libhidapi-libusb.la
libhidapi-libusb.so
libhidapi-libusb.so.0
libhidapi-libusb.so.0.0.0
Also, I'd like some help knowing what to do once I've selected the right file.
Hi! I'm looking to add linux support to this library. I've downloaded and built HIDAPI from this GitHub repo but I was left with multiple files, none of which were simply named "hidapi" like the windows and mac versions in this repo's plugins folder.
The files created are:
libhidapi-hidraw.a
libhidapi-hidraw.la
libhidapi-hidraw.so
libhidapi-hidraw.so.0
libhidapi-hidraw.so.0.0.0
libhidapi-libusb.a
libhidapi-libusb.la
libhidapi-libusb.so
libhidapi-libusb.so.0
libhidapi-libusb.so.0.0.0
Also, I'd like some help knowing what to do once I've selected the right file.
Thank you! :)