OpenCV install notes

Took much longer to figure this out than I care to admit.  In order to build OpenCV:

Clone the repository

git clone https://github.com/opencv/opencv.git

In a directory next to it:

cmake -Hopencv -Bbuild_opencv -DCMAKE_INSTALL_PREFIX=/opt/dev/opencv

cd build_opencv

make

 

 

 

Leave a Reply