Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set up libusb on Mac OS X?

I'd like to try to make a user-space device driver using libusb on Mac, but I'm confused where to start. In the SDK installer (which I got from http://www.ellert.se/twain-sane) it said something about examples which I couldn't find anywhere on my computer.

Could anyone please describe how do I set up libusb for development on OS X? May I use Xcode? What should I include in my code?

like image 359
Dae Avatar asked Oct 04 '10 08:10

Dae


1 Answers

brew install libusb-compat  

Working on OSX Yosemite 10.10

like image 131
Donald Derek Avatar answered Oct 01 '22 12:10

Donald Derek