Kodi Community Forum

Full Version: XBMC-Live
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I download svn r26600 but xbmc is still booting to 9.11. How do I change this so xbmc boots to the installed revision?
You probably need to define what you men by "download".

If you compile you sometimes needs to define a parameter to override the default bin destination.
Yes I complied it. I can't figure out where I need to change the parameter. I check xsession but I believe another script makes that file if I'm correct.
I am just guessing here but I think it has to do with that the default location when you compile. /local or something like that. Live wants to have it in another location.

The best way is to compile directly to the other place. There is a switch for that, I think if you check the instructions you will see it.
Yes, if you check the wiki
http://wiki.xbmc.org/index.php?title=HOW...ource_code


Quote:./configure command line switches
These switches are possible when running configure:

--prefix=/path
Install XBMC to /path rather than default (/usr/local)

I think it should be /usr but check where the original xbmc is (/usr/......) and check where the compiled version is (/usr/local) and set the --prefix accordingly.
Ahh ok I got you. Thanks vikjon0. I'll give it try.