Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created July 28, 2012 16:43
Show Gist options
  • Save masarugen/3193961 to your computer and use it in GitHub Desktop.
Save masarugen/3193961 to your computer and use it in GitHub Desktop.
# libusb
wget http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.9/libusb-1.0.9.tar.bz2/download
tar zxvf libusb-1.0.9.tar.bz2
cd libusb-1.0.9
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment