Skip to content

Instantly share code, notes, and snippets.

@Sciss
Created November 11, 2016 11:24
Show Gist options
  • Select an option

  • Save Sciss/7d6cbc391bc79522512ca093eac212dd to your computer and use it in GitHub Desktop.

Select an option

Save Sciss/7d6cbc391bc79522512ca093eac212dd to your computer and use it in GitHub Desktop.

To build with examples:

git clone https://github.com/opencv/opencv.git
cd opencv
git checkout -b 3.1.0 3.1.0  # make sure we build that version
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=Release -D BUILD_EXAMPLES=ON ..
make -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment