capull0/SkyDumper

Errors While Compiling

Opened this issue · 0 comments

Compiling this under Ubuntu Linux 64bit, I am getting this error:

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_1_LIBRARY
linked by target "SkyDumper" in directory /SkyDumper-master

I have libusb installed:

dpkg -l | grep libusb
ii libgusb2:amd64 0.2.9-0ubuntu1 amd64 GLib wrapper around libusb1
ii libusb-0.1-4:amd64 2:0.1.12-28 amd64 userspace USB programming library
ii libusb-0.1-4:i386 2:0.1.12-28 i386 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.20-1 amd64 userspace USB programming library
ii libusb-1.0-0:i386 2:1.0.20-1 i386 userspace USB programming library
ii libusb-1.0-0-dev:i386 2:1.0.20-1 i386 userspace USB programming library development files
ii libusbmuxd4:amd64 1.0.10-2ubuntu0.1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library

Any idea on how to fix this?