This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# install dependencies | |
apt-get update | |
apt-get install -y build-essential | |
apt-get install -y cmake | |
apt-get install -y libgtk2.0-dev | |
apt-get install -y pkg-config | |
apt-get install -y python-numpy python-dev | |
apt-get install -y libavcodec-dev libavformat-dev libswscale-dev | |
apt-get install -y libjpeg-dev libpng12-dev libtiff5-dev libjasper-dev |