![]() |
|
[Linux] HOW-TO compile XBMC from a GIT source - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [Linux] HOW-TO compile XBMC from a GIT source (/showthread.php?tid=89817) |
- X3lectric - 2011-02-24 17:56 I know what you meant, obviously Im fetching obscure stuff, here have a read http://sidveeblogs.wordpress.com/2011/02/23/dislike-but-follow/ Its a bit offtopic but none the less relevant specially for some members of these forums (and no I don't mean you) who crawl out of the woodwork just to leech, provoke, tease and god knows what else, anything but contribute anything to the community. if you get a change read my comment too... You strike me like a fellow that will eventually contribute something back, on the other hand some people never do, nothing not even a post that actually contains a link to some resource to help a user. Despite this, even if offtopic, I believe both of us are able to maintain a healthy discussion and not get offended by anything and move on and learn something from each other, most users on these boards dont, its hilarious really, introduce a phone or internet in-between people and they change like Dr Jekyll and Mr Hyde. - remb0 - 2011-02-24 18:48 is it an option tomake a script program? with choises for noobs like me ? - X3lectric - 2011-02-24 19:38 it already exists http://sourceforge.net/projects/xci/ But since I'm retired form that development you need to change the distro options to make it work. amd bare in mind that only for minimal OS installs. Use any options at own risk even if you get it working with your distro So n00b are covered sort of, if anyone wants to make it work with other Ubuntu distros or even xbmclive go ahead its opensource, Ive done more then enough, my part has been done. (no idiot is found under this skin anymore he died and resurrected a wiser man) - boykster - 2011-02-26 22:18 This process worked great for me - I took the block of statements and put them into a bash script and ran it as root. Only mod I made was I added a stop xbmc-live statement to the beginning. Thanks! - X3lectric - 2011-02-27 00:52 boykster Wrote:This process worked great for me - I took the block of statements and put them into a bash script and ran it as root. Only mod I made was I added a that's lovely maybe you you would like to share your work with the rest of the users? - boykster - 2011-02-28 19:34 X3lectric Wrote:that's lovely maybe you you would like to share your work with the rest of the users? Happy to, but it's your work, I just implemented it. All credit goes to X3lectric ![]() Download this file: http://boykster.homelinux.net/XBMC/update.zip and unzip it to your ~/ directory (as root). chmod +x XBMC_build_git.sh to make it executable. Run it with a command line option - there are two: upgrade - runs the full process listed in 1) - sets up the environment, installs necessary dependancies, does a git pull, builds and installs refresh - this runs the process listed in 2) - does a fresh git pull, builds and installs the new version. run it without an option to get script usage info, etc. Feel free to modify / improve this as necessary. I'm not a bash expert, but I hack scripts at work a lot. - X3lectric - 2011-03-01 00:07 thx but is only part of a bigger script. credit goes to opensource spirit and cooperation. I thought you added options to Upgrade and update... This means you need two scripts cause you shouldn't run this script twice or you'll break stuff. - boykster - 2011-03-01 02:08 Ah, haven't gotten that sophisticated - gives your request more context ;-) Edit: I updated the script and added 2 command line switches to do a full upgrade or refresh (new git pull and rebuild) - X3lectric - 2011-03-02 02:48 adding to main post, well done and thx Im sure your work and my clumsiness will help a few lost souls. - mikestik - 2011-03-03 12:08 Hi, boykster, X3lectric, truly amazed... stumbled upon your posts here, and tried the update.zip just for the heck of it on my Revo. After 45 mins. i was greeted by the latest and greatest version of XBMC! nice side effects like navigation sounds and music fade out/in working again.. You guys are my heroes of the week, i salute you! |