We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I managed to run this example by installing dependencies using MacPorts instead of pixi,. Here is what I had to do:
Install deps:
sudo port install cmake opencv4 eigen3
When running cmake:
cmake
export CMAKE_PREFIX_PATH=/opt/local/libexec/opencv4/cmake/ cmake -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=/opt/local/include ..
The text was updated successfully, but these errors were encountered:
let's add this to the readme then!
Sorry, something went wrong.
No branches or pull requests
I managed to run this example by installing dependencies using MacPorts instead of pixi,. Here is what I had to do:
Install deps:
When running
cmake
:The text was updated successfully, but these errors were encountered: