Skip to content

Instantly share code, notes, and snippets.

@b-oern
Last active December 17, 2015 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b-oern/5654057 to your computer and use it in GitHub Desktop.
Save b-oern/5654057 to your computer and use it in GitHub Desktop.
mkdir opencv-build
cd opencv-build
git clone https://github.com/Itseez/opencv.git
cd opencv
cmake .
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment