From 947613c36ffb2371de6db5a6d6f10f3a5c9864ba Mon Sep 17 00:00:00 2001 From: Live session user <sauer@ient.rwth-aachen.de> Date: Tue, 20 Jun 2017 09:38:30 +0000 Subject: [PATCH] executing createLibhidapi.m in matlab in the live system will create the proto and thunk files which will use libhidapi from the ubuntu package --- source/createLibhidapi.m | 1 + 1 file changed, 1 insertion(+) create mode 100644 source/createLibhidapi.m diff --git a/source/createLibhidapi.m b/source/createLibhidapi.m new file mode 100644 index 0000000..5fc66f7 --- /dev/null +++ b/source/createLibhidapi.m @@ -0,0 +1 @@ +loadlibrary('/usr/lib/x86_64-linux-gnu/libhidapi-libusb.so','/usr/include/hidapi/hidapi.h', 'mfilename', 'hidapi_libusb_proto') \ No newline at end of file -- GitLab