diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1c5d031..a401d04 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,6 +21,7 @@ jobs: 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 libusb-1.0-0-dev + sudo apt-get -qq libopencv-dev libopencv-core-dev libopencv-videoio-dev - name: Build framework run: | diff --git a/README.md b/README.md index 56e32b9..319e38a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ You can build the binary using `cmake` and there are only three dependencies for - [libudev](https://github.com/mcatalancid/libudev) - [libusb](https://github.com/libusb/libusb) - [Fusion](https://github.com/xioTechnologies/Fusion) + - [OpenCV](https://github.com/opencv/opencv) Fusion is a sensor fusion library which is integrated as git submodule. So when you checkout the repository, just update the submodules to get it. The libraries `hidapi` and `json-c` should be