"Upgrade" XBMCBuntu to git
#1
Question 
Is there a recommended process to "upgrade" XBMCBuntu to a git compiled version?
I had been using a full 12.04 install and compiling xbmc from git on it, but I'd like to possibly move to using a compiled xbmc from git in xbmcbuntu.
Reply
#2
I would also really like this!
Home built Solaris 11.1 server, ZFS 4 x 3Tb pool, RAIDZ to 9Tb space.
NFS & SMB shares.
Asrock E350M1 mob with 8G RAM running KODI from a 16G USB stick

HDMI -> Yamaha 5.1 -> 60" Sharp LCD -
AR XSight Color Remote

Happy Wife. Nearly.
Reply
#3
+2
Reply
#4
I was able to get it done by doing the following.....

1. clone git repo -
Quote:git clone git://github.com/xbmc/xbmc.git /home/xbmc/XBMC-GIT

2. install required packes - open /home/xbmc/XBMC-GIT/docs/README.ubuntu and copy/paste the commands into the terminal

3. from the terminal -
Quote:cd ~/XBMC-GIT
./bootstrap;./configure --prefix=/usr;make -j4
sudo make install

A couple things to note -
The --prefix=/usr is important because it installs xbmc to the current existing locations
I believe there have been some issues with the compile failing due to something with airtunes, so if the compile files you need to add --disable-airtunes in the configure (./configure --prefix=/usr --disable-airtunes)
Reply

Logout Mark Read Team Forum Stats Members Help
"Upgrade" XBMCBuntu to git0