aboutsummaryrefslogtreecommitdiffstats
path: root/helperscripts/debian_ubuntu.sh
blob: 57f8df00e89c0adc096bb2f2b26fc7d789706a18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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