Created
October 4, 2017 10:09
-
-
Save sam210723/5631625315f4191cef9113d5cd14aa29 to your computer and use it in GitHub Desktop.
TVHeadend Raspberry Pi Zero Raspbian install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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