Skip to content

Instantly share code, notes, and snippets.

@sam210723
Created October 4, 2017 10:09
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 sam210723/5631625315f4191cef9113d5cd14aa29 to your computer and use it in GitHub Desktop.
Save sam210723/5631625315f4191cef9113d5cd14aa29 to your computer and use it in GitHub Desktop.
TVHeadend Raspberry Pi Zero Raspbian install
sudo apt-get update
sudo apt-get install unzip libcurl4-openssl-dev pkg-config git build-essential dvb-apps git build-essential debhelper gettext libssl-dev zlib1g-dev libcurl4-gnutls-dev curl cmake libavahi-client-dev liburiparser-dev
cd ~/Documents
git clone https://github.com/tvheadend/tvheadend
cd tvheadend
AUTOBUILD_CONFIGURE_EXTRA="--disable-libvpx --disable --disable-libvpx_static --disable-bintray_cache --enable-hdhomerun_client" ./Autobuild.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment