Upgrading to the latest svn build
#1
Hi All

Hope someone can help a total newbie when it comes to linux.

Just installed latest live cd build, 9.04 onto my hard drive, but l would like to use the latest svn build, could someone please tell me what commands l need to use to upgrade to the latest svn build?

Thanks

Fuzz
Reply
#2
Searching and reading is so damn hard, is it? http://wiki.xbmc.org/?title=HOW-TO_compi...ource_code
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#3
and here is link to the XBMC Ubuntu PPAs (precompiled builds) thread which also includes SVN PPAs.
http://forum.xbmc.org/showthread.php?tid=33327
Reply
#4
Hi People

i'm also a linux newbie, so please forgive my poor information....
@Haggy... what you are saying is that it is possible to update Live using linux branch svn ??
just by using this :
Code:
# sudo apt-get install subversion
# cd $HOME
# svn checkout https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC

# cd $HOME/XBMC
# svn up
# make clean

# sudo apt-get update

# sudo apt-get build-dep xbmc

# cd $HOME/XBMC
# ./configure
# make
# sudo make install
and that's it ?? nothing more and we have our live updated to the latest version ??
Where does the PPA comes ??

Thanks
Reply
#5
XBMC live installs in /usr/share/xbmc... the default SVN compile will install in /usr/local/share/xbmc...
To replace the xbmc live install you should ./configure --prefix=/usr read ./configure --help for more info...

As mentioned earlier, you can also use the SVN PPA's which would be easyier and quicker for you. It's one or the other.
Reply
#6
Thanks for your help AllanMar.
Can you please explain how to use the SVN PPA's .
and one more.... for changing the xbmc installation .... instead of using :

Code:
# cd $HOME/XBMC
# ./configure
# make
# sudo make install
i have to use :
Code:
# cd $HOME/XBMC
# ./configure --prefix=/usr
# make
# sudo make install
is this Huh

Thanks for your help
Reply
#7
FreddyKrueger Wrote:Thanks for your help AllanMar.
Can you please explain how to use the SVN PPA's .

Thanks

No
Click on link that i posted, click on the link under SVN PPA and finally click on Follow these instructions for installing packages...
Reply
#8
decaturguy Wrote:No
Click on link that i posted, click on the link under SVN PPA and finally click on Follow these instructions for installing packages...

ok... thanks
i'll try that
Reply

Logout Mark Read Team Forum Stats Members Help
Upgrading to the latest svn build0