Created
April 6, 2013 19:45
-
-
Save noeljackson/5327360 to your computer and use it in GitHub Desktop.
getting libusb recognized on os x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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