Skip to content
New issue

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

[INFO] building with MacPorts #2

Open
abey79 opened this issue Oct 24, 2023 · 1 comment
Open

[INFO] building with MacPorts #2

abey79 opened this issue Oct 24, 2023 · 1 comment

Comments

@abey79
Copy link
Contributor

abey79 commented Oct 24, 2023

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:

export CMAKE_PREFIX_PATH=/opt/local/libexec/opencv4/cmake/
cmake -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=/opt/local/include ..
@Wumpf
Copy link
Member

Wumpf commented Nov 21, 2023

let's add this to the readme then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants