On 8 May 2015 at 21:14, <[email protected]> wrote: > > Error is: > CMake Error: The following variables are used in this project, but they are > set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the CMake > files: > LIBUSB_INCLUDE_DIR (ADVANCED) > used as include directory in directory > /root/hackrf_files/hackrf/host/libhackrf/src
This error occurs because you are missing the libusb header files. They can be installed by running: sudo apt-get install libusb-1.0-0-dev Thanks, Dominic _______________________________________________ HackRF-dev mailing list [email protected] https://pairlist9.pair.net/mailman/listinfo/hackrf-dev
