Skip to content

Instantly share code, notes, and snippets.

@brianherman
Last active November 9, 2016 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianherman/878fcd84c87e3b954bc1433cbba2569f to your computer and use it in GitHub Desktop.
Save brianherman/878fcd84c87e3b954bc1433cbba2569f to your computer and use it in GitHub Desktop.
Debian on jessie backports/

This is a guide to get the latest vlc to work on jessie backports.

$git clone https://github.com/videolan/vlc.git

For some reason libvpadu1 depends on the latest systemd

$sudo apt-get upgrade -t jessie-backports systemd

$sudo apt-get build-dep -t jessie-backports vlc

$cd vlc

$./configure

$ make

And thats it! You now have a working debian vlc binary!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment