Upgrading Pulse Build -> Git
Added by Ben . over 12 years ago
Hey guys,
Currently I'm running a pulse eight build of TVheadend, but I'd like to start using the code straight from github. I'm familiar with the process of compiling etc, but how do I go about it while replacing the older version yet keeping my config intact?
Thanks.
Replies (3)
RE: Upgrading Pulse Build -> Git - Added by B. J. over 12 years ago
Just do:
sudo apt-get install build-essential libavahi-client-dev git-core libssl-dev
cd /usr/src
sudo git clone https://github.com/andoma/tvheadend.git
cd tvheadend
sudo ./configure
sudo make -j2
sudo /etc/init.d/tvheadend stop
sudo cp build.Linux/tvheadend /usr/bin/
sudo /etc/init.d/tvheadend start
If the previous version was from pulse, delete
sudo rm ~/.hts/tvheadend/dvr/config
and reconfigure the digital recorder in the web-frontend
RE: Upgrading Pulse Build -> Git - Added by Ben Polanski over 12 years ago
Hi, can someone please tell me if this still would still apply? I read that a recent patch might require a change?
Currently using 2.12 from the lonelycoder repo on 64bit debian. Thank you for your help.