UrbanskiDawid / usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable

Basic functionality of usb2lin06 device implemented for use in linux
40 stars 11 forks source link

Does not compile, EXAMPLES/../usb2lin06.hpp:9:10: fatal error: 'libusb/libusb.h' file not found #1

Closed jfossi closed 7 years ago

jfossi commented 8 years ago

Can you help , I try to install libusb. but still no luck,

Thanks.

UrbanskiDawid commented 8 years ago

Hi,

Yes I would love to help :)

option 1: did you try: $ sudo apt-get install libusb-1.0-0-dev and compile using:

$ make all

option 2: there is KERNEL_MODULE https://github.com/ranma1988/usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable/tree/master/KERNEL_MODULE folder which does not use libusb at all, if you are breave enough you can use it.

please let me know if this solves your problem. BR, Dawid

2015-10-27 22:16 GMT+01:00 jfossi notifications@github.com:

Can you help , I try to install libusb. but still no luck,

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/ranma1988/usb2lin06-HID-in-linux-for-LINAK-Desk-Control-Cable/issues/1 .

jfossi commented 8 years ago

Thanks , for the response, i forget to mention i was in a mac.

Thanks