Skip to content

Instantly share code, notes, and snippets.

@dreamcat4
Last active August 29, 2015 14:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dreamcat4/7f752d965ec599589668 to your computer and use it in GitHub Desktop.
tvheadend apt build dependancies
# tvheadend build dependancies (ubuntu)
# Install dependancies
RUN apt-get update -qq && apt-get install -qqy \
# for downloading stuff etc
git wget libcurl4-gnutls-dev
# for building stuff
build-essential pkg-config debhelper libssl-dev liburiparser-dev
# for packaging stuff etc
zlib1g-dev bzip2
# for packaging bundle webui files (needed)
python
# for avahi support
libavahi-client-dev
# for hd homerun
libhdhomerun-dev
# for libav / ffmpeg & extra tv-related codecs
libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavresample-dev libavfilter-dev \
libavcodec-extra a52dec
&& $_apt_clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment