Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xbmcrus committed Nov 3, 2013
1 parent 6e99f5f commit 670bfcb
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions README
@@ -1,3 +1,53 @@
XBMCbuntu, ie lubuntu-like + XBMC

#

XBMCbuntu, ie lubuntu-like + XBMC

Work in progress here, not completely working yet!

sudo apt-get install debootstrap asciidoc


# Версию убунты raring, quantal, saucy меняем в /XBMCbuntu/auto/config :
lb config noauto \
--mode ubuntu \
--distribution quantal \
--architecture $ARCH \

# не забываем поменять для самого хбмс в /XBMCbuntu/configFiles/archives/xbmc.chroot
Required for Intel
libva1

# для saucy отрубаем :

xbmc-pvr-demo
xbmc-pvr-tvheadend-hts

В xbmc.list для AMD :

deb http://ppa.launchpad.net/xbmcrus/ppa-nv/ubuntu saucy main
deb-src http://ppa.launchpad.net/xbmcrus/ppa-nv/ubuntu saucy main

# Сборка :

cd XBMCbuntu

sudo ./buildWithOptions.sh -a -k -X -N
Enable option: AMD support only

sudo ./buildWithOptions.sh -n -k -X -N
Enable option: NVIDIA support only

sudo ./buildWithOptions.sh -i -k -X -N
Enable option: Intel support only

# Oпции сборки :

-a|--amd-only)
-i|--intel-only)
-n|--nvidia-only)
-k|--keep-workarea)
-X|--x86_64)
-N|--newestlivebuild)

0 comments on commit 670bfcb

Please sign in to comment.