Archive:Install Tvheadend on Arch Linux: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "{{incomplete}} How to compile Tvheadend from github for Arch Linux ARM (ALARM). #SSH into the device and enter the following commands: #<pre>pacman -Sy git</pre> #type "y" then ...")
 
No edit summary
Line 12: Line 12:
#<pre>./configure</pre>
#<pre>./configure</pre>
#<pre>make install</pre>
#<pre>make install</pre>
#<pre>/usr/local/bin/tvheadend -C</pre>
#The first time you launch Tvheadend you will want to use the command:<pre>/usr/local/bin/tvheadend -C</pre> To launch Tvheadend after that simply use the command without the <code>-C</code> argument: <pre>/usr/local/bin/tvheadend</pre>

Revision as of 22:55, 2 November 2012

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

How to compile Tvheadend from github for Arch Linux ARM (ALARM).

  1. SSH into the device and enter the following commands:
  2. pacman -Sy git
  3. type "y" then enter
  4. pacman -S kernel26-headers file base-devel abs
  5. First press 1 then enter
  6. Press enter again
  7. git clone git://github.com/tvheadend/tvheadend.git
  8. cd tvheadend
  9. ./configure
  10. make install
  11. The first time you launch Tvheadend you will want to use the command:
    /usr/local/bin/tvheadend -C
    To launch Tvheadend after that simply use the command without the -C argument:
    /usr/local/bin/tvheadend