#!/bin/bash # This script installs dependencies for building and running LVC on # Debian 8.5 (Jessie) # # You run this sript AT YOUR OWN RISK. Read through the whole thing # before running it! # # This script must be run with sudo. # Last updated: 2017-04-18 # Last updated by: Jesús Eduardo apt-get install \ python-gtk2 \ ffmpeg \ ffmpeg2theora