Re: XULRunner 1.8.1.3 sources
Greg Bowyer <[email protected]> Mon, 25 Jun 2007 12:50:05 +0100
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <m8udnbZkk_aKMeLbnZ2dnUVZ_tGvnZ2d__1456.47698450393$1182772523$gmane$org@mozilla.org> |
I don't think there is a tarball of the source for this version, its a contrib build and its raw, however getting the source is fairly easy, probably about 2-3 hours worth of work at most. You will need to grab the source directly from Mozilla CVS with the given branch / tag (FIREFOX_2_0_0_3_RELEASE) Start by getting out the correct client.mk from Mozilla CVS $ cvs -d :pserver:[email protected]:/cvsroot co -r FIREFOX_2_0_0_3_RELEASE mozilla/client.mk Make up a .mozconfig file as per the build instructions (http://developer.mozilla.org/en/docs/Configuring_Build_Options#Using_a_.mozconfig_Configuration_File) Then pull down the full codebase: $ cd mozilla $ make -f client.mk checkout Full instructions are here: http://developer.mozilla.org/en/docs/Mozilla_Source_Code_Via_CVS Hope this helps JanakiRam wrote: > Hi folks, > > im also in need of the XULRunner 1.8.1.3 sources. Can you > point some links from which i can download the XULRunner 1.8.1.3 > sources. > > -JanakiRam. > > On Apr 30, 11:28 am, Hristo Stefanov <[email protected]> > wrote: >> Thank you. >> >> -- >> Hristo Stefanovhttp://www.HristoStefanov.com >> >> Javier Pedemonte wrote: >>> Hristo Stefanov wrote: >>>> how can I get XULRunner 1.8.1.3 source tarball or what is the name of >>>> the branch to checkout? >>> There is no source tarball. The branch is FIREFOX_2_0_0_3_RELEASE. >>> javier pedemonte > >