rerun-io / cpp-example-opencv-eigen

Example of the Rerun C++ API with OpenCV and Eigen
MIT License
14 stars 7 forks source link

[INFO] building with MacPorts #2

Open abey79 opened 12 months ago

abey79 commented 12 months ago

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 commented 11 months ago

let's add this to the readme then!