jhdewitt / sltk

An OpenCV-based structured light processing toolkit.
MIT License
255 stars 63 forks source link

Missing hid_$(OS).c files #1

Closed codygon closed 6 years ago

codygon commented 6 years ago

Attempting to make on Linux, having set OS= LINUX, results in:

make: *** No rule to make target 'hid_LINUX.c', needed by 'hid.o'. Stop.

I don't believe this file, or hid.h is provided by the listed prerequisites or system.

jhdewitt commented 6 years ago

Hello,

These files are from PJRC teensy USBHID library: https://www.pjrc.com/teensy/rawhid.html

Will update repo with these files and docs.

jhdewitt commented 6 years ago

If the addition of hid_* files don't allow compilation on your Linux, please share any other errors. Closing for now. Thanks for the report.