Missing install_build_deps.sh in voxl-opencv
-
Hi,
I am trying to build voxl-opencv from https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-opencv.However, I cannot find the install_build_deps.sh as per the README.md instructions.
Thanks
-
@nuallaino Did you try without running install_build_deps.sh? Perhaps that step isn't required for voxl-opencv and the instructions need to be updated.
-
@Eric-Katzfey Updating submodules after cloning the repo resolves the build issues. Should that be covered by the install_build_deps.sh script?
In any case, the instructions need to be updated.
Thanks.
-
@nuallaino , Thank you for pointing this out.
Updated build instructions : https://gitlab.com/voxl-public/voxl-sdk/third-party/voxl-opencv#build-instructions . You can use a single command to get the submodules while doing the initial git clone.
There are no additional dependencies needed, so I removed that step with
install_build_deps.sh
Alex
-
Excellent. Thank you!