debian_ubuntu.sh 367 B

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