Skip to content

Instantly share code, notes, and snippets.

@collinalexbell
Created March 27, 2017 16:28
Show Gist options
  • Save collinalexbell/194dcc0fade4488277a0b49d23fdca3a to your computer and use it in GitHub Desktop.
Save collinalexbell/194dcc0fade4488277a0b49d23fdca3a to your computer and use it in GitHub Desktop.
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
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install -y libjpeg-dev libpng-dev libtiff-dev libjasper-dev
sudo apt-get install -y libopencv-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment