Skip to content

Instantly share code, notes, and snippets.

@sdabet
Last active August 29, 2015 14:14
Show Gist options
  • Save sdabet/90a00a2b559d67f48d01 to your computer and use it in GitHub Desktop.
Save sdabet/90a00a2b559d67f48d01 to your computer and use it in GitHub Desktop.
Installation of OpenCV on Mac OS Maverick
cd /opt
wget http://kent.dl.sourceforge.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.gz
tar -xvzf libpng-1.6.16.tar.gz
cd libpng-1.6.16
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment