After running 'make run' I get this error: foren6/capture/interface_cc2531.c:34:20: fatal error: libusb.h: File not found I fixed it installing this package: ``` $ sudo apt-get install libusb-1.0-0-dev ``` Hope this helps!