Closed kurdtpage closed 4 years ago
sudo apt update
sudo apt install libusb-1.0-0-dev
If that fails, your distrib has a problem :/
Damn, I get:
The following packages have unmet dependencies: libusb-1.0-0-dev : Depends: libusb-1.0-0 (= 2:1.0.21-2) but 2:1.0.23-2build1 is to be installed
I am using Linux Mint 19.3 and I have cloned the repo. When I try
meson x --buildtype=release
, it comes up with the following:meson-log.txt Then when I try to install libusb:
How can I resolve this?