ups icon indicating copy to clipboard operation
ups copied to clipboard

add libusb-dev install to readme

Open jaguardo opened this issue 2 years ago • 1 comments

sudo apt-get install libusb-dev

otherwise you will get:

ups/src/lib/usbhid.h:4:10: fatal error: usb.h: No such file or directory
    4 | #include <usb.h>
      |          ^~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/openups.dir/build.make:63: CMakeFiles/openups.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/openups.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

jaguardo avatar Mar 21 '22 18:03 jaguardo