Friday, July 24, 2009

Install Aeon skin in XBMC

This is how to install Aeon the quick way.

Didn't like the color scheme though..not going to use it.

Install Skin Aeon
-----------------
1)
sudo apt-get install git-core

2)
cd ~/.xbmc/skin

3)
git clone git://github.com/djh/aeon.git

(If you want a another folder name git clone git://github.com/djh/aeon.git "Aeon Stark")

4)
cd aeon

5) Get the fonts
EDIT: The URL will be generated based on your ip (I think) You have to get your own from
http://www.mediafire.com/?lywzwbnqyyy

wget http://download273.mediafire.com/aew2memhsysg/lywzwbnqyyy/Aeon_Fonts160709.zip
unzip  Aeon_Fonts160709.zip
mv Aeon/fonts fonts

6) clean-up
rmdir  Aeon
rm Aeon_Fonts160709.zip


reference
---------
http://www.xbmc.org/forum/showthread.php?t=49958

No comments:

Post a Comment