Skip to content

Instantly share code, notes, and snippets.

@jordanemedlock
Last active July 5, 2016 19:08
Show Gist options
  • Save jordanemedlock/b88b7e597e39dddccb7378458866a24f to your computer and use it in GitHub Desktop.
Save jordanemedlock/b88b7e597e39dddccb7378458866a24f to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential cmake pkg-config
sudo apt-get install -y libjpeg8-dev libtiff4-dev libjasper-dev libpng12-dev
sudo apt-get install -y libgtk2.0-dev
sudo apt-get install -y libatlas-base-dev gfortran
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
git clone https://github.com/itseez/opencv.git
cd opencv
mkdir build
cd build
cmake -D CMAKE_BUILD_TYPE=RELEASE ..
make
sudo make install
cd ../..
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libcurlpp-dev
sudo apt-get install -y libcurl4-gnutls-dev
git clone https://bitbucket.org/blackpin/security.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment