Difference between revisions of "XBMC"

From Amahi Wiki
Jump to: navigation, search
(Created page with '* Installing XBMC on Fedora 12')
 
Line 1: Line 1:
* Installing XBMC on Fedora 12
+
==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***

Revision as of 19:57, 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***