PDA

View Full Version : Upgrading to the latest svn build


fuzz1912
2009-05-22, 16:17
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

Haggy
2009-05-22, 16:26
Searching and reading is so damn hard, is it? http://xbmc.org/wiki/?title=HOW-TO_compile_XBMC_for_Linux_from_source_code

decaturguy
2009-05-22, 17:27
and here is link to the XBMC Ubuntu PPAs (precompiled builds) thread which also includes SVN PPAs.
http://xbmc.org/forum/showthread.php?t=33327

FreddyKrueger
2009-05-22, 19:03
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 :

# 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

AllanMar
2009-05-22, 20:03
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.

FreddyKrueger
2009-05-22, 23:54
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 :


# cd $HOME/XBMC
# ./configure
# make
# sudo make install

i have to use :

# cd $HOME/XBMC
# ./configure --prefix=/usr
# make
# sudo make install

is this ???

Thanks for your help

decaturguy
2009-05-23, 00:05
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...

FreddyKrueger
2009-05-23, 00:14
: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