Closed orkunkl closed 5 years ago
On previous builds brew install libusb threw an error because libusb is already installed. brew bundle command not only solves the problem also makes MacOS dependency installation easier.
brew install libusb
libusb
brew bundle
On previous builds
brew install libusb
threw an error becauselibusb
is already installed.brew bundle
command not only solves the problem also makes MacOS dependency installation easier.