Add libusb to readme and workflow

Signed-off-by: Jacki <jacki@thejackimonster.de>
This commit is contained in:
Jacki 2025-08-15 17:03:02 +02:00
parent eb0f7f3a98
commit 281dfed89e
No known key found for this signature in database
GPG Key ID: B404184796354C5E
2 changed files with 2 additions and 1 deletions

View File

@ -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: |

View File

@ -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