Open craftdome opened 1 month ago
I encountered a similar problem, it seems that the installation instructions are not correct and have not been updated for a long time
exactly, they need to update the instructions
exactly, they need to update the instructions
did you manage to launch GoCV? If so, can you please describe the steps you took and on which operating system?
exactly, they need to update the instructions
did you manage to launch GoCV? If so, can you please describe the steps you took and on which operating system?
https://gocv.io/getting-started/linux/ this works for me on ubuntu 22.04
just change cd $GOPATH/src/gocv.io/x/gocv
to /$GOPATH/pkg/mod/gocv.io/x/gocv@v0.39.0
Description
I went through tdm, mingw, msys2 for windows - it doesn't work, and the installation script needs to be edited. Wrong ways. Just try to follow all the steps.
Similarly for debian 12, everything is installed step by step, but the gocv and opencv versions are not checked.
Ubuntu 24.02 does not have the necessary dependencies that are in the Makefile.
Steps to Reproduce
Just try to follow all the steps.
Your Environment
env.sh
orenv.cmd
script before trying togo run
orgo build
?