On Thu, 18 Oct 2001, Damien J. Dye wrote: > How does somebody go about compiling sources from your project ( CVS or tarball). > I have tired to tarballs and now I trying to compile a CVS from last thursday. How >is it compiled. > Make it really clear, cos I need to get it working on my laptop to do my studies. > (I don't use m$ stuff)
One reads the INSTALL and BUILD documentation... In a nutshell, cd /path/to/xc; make World; make install; make install.man. If you want to tweak/optimise the build (enable compiler optimisations, leave out drivers you don't use), you need to create a xc/config/cf/host.def with the right content (research on the web, read the comments in at least the DRI/CVS version)... -- Regards, [EMAIL PROTECTED] My website: http://www.iain.thomas.dial.pipex.com/ XMMS not playing _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
