diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2af6e35..1c5d031 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -20,7 +20,7 @@ jobs: run: | sudo apt-get -qq update sudo apt-get -qq install ninja-build cmake extra-cmake-modules g++ - sudo apt-get -qq install libhidapi-dev libjson-c-dev libudev-dev + sudo apt-get -qq install libhidapi-dev libjson-c-dev libudev-dev libusb-1.0-0-dev - name: Build framework run: | diff --git a/README.md b/README.md index 7f834bc..56e32b9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ You can build the binary using `cmake` and there are only three dependencies for - [hidapi](https://github.com/libusb/hidapi) - [json-c](https://github.com/json-c/json-c) - [libudev](https://github.com/mcatalancid/libudev) + - [libusb](https://github.com/libusb/libusb) - [Fusion](https://github.com/xioTechnologies/Fusion) Fusion is a sensor fusion library which is integrated as git submodule. So when you checkout the