Difference between revisions of "XBMC"

From Amahi Wiki
Jump to: navigation, search
Line 7: Line 7:
 
First, we have to create 2 files:
 
First, we have to create 2 files:
  
====/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]

Revision as of 19:59, 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====