Author Topic: Build from source.  (Read 2867 times)

tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Build from source.
« on: August 23, 2010, 02:34:16 am »
Ok, so I've tried all the separate wki tutorials on building from source.
I've only success I've gotten have been error messages.

If some one whom, has successfully built LMC form source, could direct me to the guide they used, and maybe tell me what I'm doing wrong?.
I would be very thankful.

Some quick questions.
when building form source, what kubuntu version am I limited to? for example 7.10, 8.04, 8.10, .... I noticed when using the 2cd, cd based installer I'd get errors when trying to install over 8.04, or use a 8.04 live cd when trying to install on 7.10.

Another question I'd like to ask is, can some one submit a how to, on how the dvd snap shot that's available was made?

The biggest reason I'm trying to build from source is because I have a ATI HD4870.

Thanks in advanced.

 

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Build from source.
« Reply #1 on: August 23, 2010, 07:15:45 am »
Couple of notes:
http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810 is the current way of building LinuxMCE
You can use any Ubuntu version >= 8.10 to setup a builder
There is absolutely, positively NO need to setup a builder because of ATI troubles.

tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Re: Build from source.
« Reply #2 on: August 23, 2010, 10:50:42 pm »
Thanks, for the reply, I realize that setting up a builder to get around my ATI problems is kinda redundant. (silly me) <headSMASHwall/>
I've followed that tutorial, and ran in to errors. Maybe I'm doing something out of order?
What order did you do the instructions in?

Has their been any progress in this thread? Why kubuntu install Nvidia drivers, if the video card is ATI?
Code: [Select]
http://forum.linuxmce.org/index.php?topic=10551.0
I'm really anxious to contribute.
« Last Edit: August 23, 2010, 10:53:44 pm by tux-box1 »

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Build from source.
« Reply #3 on: August 24, 2010, 05:45:42 am »
Hello.

You should look at the contents of:

src/BootScripts and
src/X-Resolution

for a good place to figure out how to add ATI video card support.

Keep in mind, due to the limitations of X and OpenGL on ATI graphics cards running fglrx, you'll need to be sure and only use UI2 Masking at most.

-Thom

tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Re: Build from source.
« Reply #4 on: August 25, 2010, 02:18:33 am »
Quote
You should look at the contents of:

src/BootScripts and
src/X-Resolution

for a good place to figure out how to add ATI video card support.

I'm not sure what your talking about, where you talking about on the build box, the liveCD, DVD snapshot. or other?

thanks.

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Build from source.
« Reply #5 on: August 25, 2010, 02:52:37 am »
it's in the source tree, which you can check out from SVN.

get the LinuxMCE-0810 branch.

-Thom

tux-box1

  • Veteran
  • ***
  • Posts: 80
    • View Profile
Re: Build from source.
« Reply #6 on: August 25, 2010, 03:23:21 am »
Thank you.