Linux [solved] Eden may cycle source code for linux
#1
Hey guys,

This could be a massive idiot question, but where can i find the monthly cycle source code? I have the nightly coming down via GIT now, but i was hoping for something a little more stable but still with AE in it, the monthly cycle release seems as good a spot to start, but i can only find a windows and OSX version at http://wiki.xbmc.org/index.php?title=Monthly_build

Is it just the eden branch on git now, or is there some other tricky way to get it?
Reply
#2
On Linux, you've got the latest code if you're compiling from GIT. The reason it's unstable is it's pretty much alpha or pre-alpha code. That's the downside of going bleeding edge.
Reply
#3
just checkout the Frodo_alpha2 tag.
Reply
#4
Unless you tell linux to do something else?

Git reset seem to be the way to go
http://git-scm.com/docs/git-reset

EDIT: OK see above. Tags it is!
Then you have to figure out when the montly is exacly. end of June 4 I guess. (a marker would be nice)
https://github.com/xbmc/xbmc/commits/master?page=2
Reply
#5
You would have to clone the repository from github and after that checkout to the May monthly cycle (or any other commit you want):

$ git clone https://github.com/xbmc/xbmc.git xbmc && cd xbmc
$ git checkout Frodo_alpha2

After that you can start building the project.
Reply
#6
(2012-06-11, 17:39)spiff Wrote: just checkout the Frodo_alpha2 tag.

Thanks guys,

Somebody actually linked me a direct link to a zipball for this at http://forum.xbmc.org/showthread.php?tid...pid1125188

Failing that i think Vially's info would have done the trick!
Reply

Logout Mark Read Team Forum Stats Members Help
[solved] Eden may cycle source code for linux0