Documentation update.

This commit is contained in:
Solomon Peachy 2013-07-19 10:14:55 -04:00
parent a7a75cb7c9
commit b5b41405dc

6
README
View file

@ -27,12 +27,12 @@
***************************************************************************
Compilation:
You will need libusb-1.0 to build this tool.
You will need libusbx to build this tool.
Fedora/RedHat:
yum install libusb1-devel libusbx-devel
yum install libusbx-devel
Debian/Ubuntu
apt-get install libusb-1.0-0-dev
apt-get install libusbx-dev
And all you need to do after that is type 'make'