Last active
July 8, 2018 06:30
-
-
Save darkamenosa/b506d1cae322921021c8959cf3f6286d to your computer and use it in GitHub Desktop.
Install opencv dependencies for ubuntu 16.04
This file contains hidden or 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 | |
sudo apt-get update | |
sudo apt-get install -y libsm6 libxext6 libxrender-dev | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment