Skip to content

Instantly share code, notes, and snippets.

@noeljackson
Created April 6, 2013 19:45
Show Gist options
  • Save noeljackson/5327360 to your computer and use it in GitHub Desktop.
Save noeljackson/5327360 to your computer and use it in GitHub Desktop.
getting libusb recognized on os x
git clone git://git.libusb.org/libusb.git
./autogen.sh
./configure
make
make install
# pkg-config --libs libusb-1.0
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment