Skip to content

Instantly share code, notes, and snippets.

@darkamenosa
Last active July 8, 2018 06:30
Show Gist options
  • Save darkamenosa/b506d1cae322921021c8959cf3f6286d to your computer and use it in GitHub Desktop.
Save darkamenosa/b506d1cae322921021c8959cf3f6286d to your computer and use it in GitHub Desktop.
Install opencv dependencies for ubuntu 16.04
#! /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