Difference between revisions of "XBMC"

From Amahi Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
*/etc/yum.repos.d/spotnet.repo  
 
*/etc/yum.repos.d/spotnet.repo  
**the contents of this file should be:
+
the contents of this file should be:
 
[spotnet]
 
[spotnet]
 
name=Fedora Core $releasever - $basearch - SpotNet
 
name=Fedora Core $releasever - $basearch - SpotNet
 
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/
 
baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/
gpgcheck=0**
+
gpgcheck=0

Revision as of 19:58, 12 December 2009

Installing XBMC on Fedora 12

XBMC by default has no rpm's, and compiling doesnt work due to some error in the python library. however, someone was kind enough to compile working rpm's out of the SVN branch, making XBMC a nice piece of quality software to add to your HDA expirience.

Installing the required repository's

First, we have to create 2 files:

  • /etc/yum.repos.d/spotnet.repo

the contents of this file should be: [spotnet] name=Fedora Core $releasever - $basearch - SpotNet baseurl=http://fedora.spot.net.id/yum/fedora/$releasever/$basearch/ gpgcheck=0