README: get rid of 'libusbx' in package installation list.

This commit is contained in:
Solomon Peachy 2020-11-29 09:12:07 -05:00
parent f7e63b947b
commit 1b27e10acf
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -164,9 +164,9 @@
headers.
Fedora/RedHat:
yum install libusbx-devel libusb1-devel cups-devel gutenprint-devel
yum install libusb1-devel cups-devel gutenprint-devel
Debian/Ubuntu
apt-get install libusbx-dev libusb-1.0-0-dev libcups2-dev libgutenprint-dev
apt-get install libusb-1.0-0-dev libcups2-dev libgutenprint-dev
All you need to do after that is type 'make'