Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sweet authored Oct 7, 2018
1 parent 54f0109 commit 2e086bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
## MacOS
install libusb using brew

```
brew install libusb
```

or install libusb using macports

```
sudo port install libusb
```

## Windows
If your target device is not HID, you '''must''' install a driver before you can communicate with it using libusb. Currently, this means installing one of Microsoft's WinUSB, [http://sourceforge.net/apps/trac/libusb-win32/wiki libusb-win32] or [http://libusbk.sourceforge.net/UsbK3/index.html libusbK] drivers. Two options are available:

Expand Down

0 comments on commit 2e086bc

Please sign in to comment.