Skip to content

Instantly share code, notes, and snippets.

View JorgePoblete's full-sized avatar

Jorge Enrique Poblete Riquelme JorgePoblete

View GitHub Profile
@JorgePoblete
JorgePoblete / install_opencv41_ubuntu.sh
Created July 31, 2019 19:36 — forked from kylehounslow/install_opencv41_ubuntu.sh
Script to Install OpenCV 4.1 + contrib modules on Ubuntu 16.04 (for C++ development)
OPENCV_VERSION=4.1.0
apt-get update
apt-get install -y build-essential
apt-get install -y cmake
apt-get install -y wget
apt-get install -y git
apt-get install -y unzip
apt-get install -y yasm
apt-get install -y pkg-config