How to compile new Eden branch
#1
Hi all,
I would like to compile in linux the new Eden branch from git.

How can I clone only the correct branch?
Now there are 3 branches: master, dharma and Eden.
So what is the command to retrieve only the Eden branch?

I tried this, but does not seem correct,or is it?
git clone -b Eden git://github.com/xbmc/xbmc.git


Thanks.
Reply
#2
you just clone the git repo and then switch to the eden branch:
git clone git://github.com/xbmc/xbmc.git
git checkout Eden
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
ronie Wrote:you just clone the git repo and then switch to the eden branch:
git clone git://github.com/xbmc/xbmc.git
git checkout Eden

Thanks a lot.
Reply
#4
I want to compile the XBMC-Eden-Live-CD (Ubuntu).
Can someone please tell me, how to do this step by step?

I´m not a linux-expert, but I worked through a How-To and made it to compile the desktop-version of XBMC and create a debian-package.
But I don´t know, how to compile a XBMC-Live-CD and how to create the iso-image (which I can put on USB-Drive to install it on another htpc).

Would be great if someone could help me and others, who want to test&try the latest versions.

Thanks in advance very much.
Reply
#5
AFAIK the Live version of XBMC for Eden does not compile right now.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#6
Thanks for the fast answer.

Is there a plan, when this will be possible?
Reply
#7
My guess is when beta1 of Eden is released.
Reply

Logout Mark Read Team Forum Stats Members Help
How to compile new Eden branch0