Skip to content

Instantly share code, notes, and snippets.

@drhirsch
Created September 5, 2016 02:51
Show Gist options
  • Save drhirsch/0115fa75345cddbf34fa9e0dcf8c86e9 to your computer and use it in GitHub Desktop.
Save drhirsch/0115fa75345cddbf34fa9e0dcf8c86e9 to your computer and use it in GitHub Desktop.
OpenCV 3.1 prerequisites on Linux
#!/bin/sh
apt-get install git libjpeg-dev libpng-dev libtiff5-dev libjasper-dev libavcodec-dev libavformat-dev libswscale-dev pkg-config cmake libgtk2.0-dev libeigen3-dev libtheora-dev libvorbis-dev libxvidcore-dev libx264-dev sphinx-common libtbb-dev yasm libfaac-dev libopencore-amrnb-dev libopencore-amrwb-dev libopenexr-dev libgstreamer-plugins-base1.0-dev libavcodec-dev libavutil-dev libavfilter-dev libavformat-dev libavresample-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment