google-coral / libedgetpu

Source code for the userspace level runtime driver for Coral.ai devices.
Apache License 2.0
181 stars 62 forks source link

build for apple silicon #19

Closed zye1996 closed 3 years ago

zye1996 commented 3 years ago

Hi I am trying to build the runtime library for apple silicon. I installed libusb with homebrew but when I build the library, it shows error: failed: missing input file 'external/libusb/root/libusb-1.0/libusb.h', owner: '@libusb//:root/libusb-1.0/libusb.h'

Is this due to the changed install directory for homebrew on ARM macOS?