Got XBMC compiled and working OK but would like to keep it up to date.
How do I grab the latest version from the github and re-compile ??
Re: Updating XBMC
Inside the directory where you cloned xbmc the first time:
updating the source:
git pull
delete previous compiled version
make clean
use the same steps to compile like you did the first time (except installing the whole bunch of libs).
updating the source:
git pull
delete previous compiled version
make clean
use the same steps to compile like you did the first time (except installing the whole bunch of libs).