Skip to content

Instantly share code, notes, and snippets.

View ancabury's full-sized avatar

Anca Burian ancabury

View GitHub Profile
@ancabury
ancabury / install-opencv-2.4.11-in-ubuntu.sh
Last active January 25, 2017 09:27 — forked from dynamicguy/install-opencv-2.4.11-in-ubuntu.sh
install opencv-2.4.11 in ubuntu
# Follow this link to create .jar file
https://advancedweb.hu/2016/03/01/opencv_ubuntu/
# install dependencies
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install -y cmake
sudo apt-get install -y libgtk2.0-dev
sudo apt-get install -y pkg-config
sudo apt-get install -y python-numpy python-dev