Any way to install Pre-Eden alongside Dharma?
#1
I've got one box running Ubuntu Lucid and XBMC Dharma. Short of booting
to a different partition is there a way to install the nightlies alongside Dharma? The .XBMC folder should be fine using an different user but how can you change where the executables get installed so that I don't overwrite the Dharma install?
Mythbuntu doesn't need viruses - we have Sudo
Reply
#2
Not a problem.

I did it all the time. I compiled my own branches and installed them in

/opt/dharma/
/opt/eden/

In my xinitrc I had this

Code:
#!/bin/bash
VER=dharma
VER=eden

rm /home/xbmc/.xbmc/
ln -s /home/xbmc/xbmc.$VER/ /home/xbmc/.xbmc/

exec /opt/$VER/bin/xbmc-standalone

Comment out which ever version you don't want to use.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
darkscout Wrote:Not a problem.

I did it all the time. I compiled my own branches and installed them in

/opt/dharma/
/opt/eden/

exec /opt/$VER/bin/xbmc-standalone

Thanks, I'll give it a try.
Mythbuntu doesn't need viruses - we have Sudo
Reply

Logout Mark Read Team Forum Stats Members Help
Any way to install Pre-Eden alongside Dharma?0