130
edits
Line 106: | Line 106: | ||
===Downloading The Sources And Patch Queue=== | ===Downloading The Sources And Patch Queue=== | ||
Run the batch file '''C:\mozilla-build\start- | Run the batch file from the Mozilla-Build directory to open a shell: | ||
For VS9 use: '''C:\mozilla-build\start-msvc9.bat''' | |||
For VS8 use: '''C:\mozilla-build\start-msvc8.bat''' | |||
NOTE: This will setup and open a MingW32 command prompt. | NOTE: This will setup and open a MingW32 command prompt. | ||
All further commands are to be run inside MingW32. | |||
NOTE: Let us assume you have created /c/hg/ for your mozilla source tree | |||
$ '''cd /c/hg | $ '''cd /c/hg''' | ||
$ '''hg clone http://hg.mozilla.org/mozilla-central''' | $ '''hg clone http://hg.mozilla.org/mozilla-central''' | ||
$ '''cd mozilla-central''' | $ '''cd mozilla-central''' | ||
$ '''hg clone http://hg.mozilla.org/mobile-browser mobile''' | $ '''hg clone http://hg.mozilla.org/mobile-browser mobile''' | ||
Line 124: | Line 128: | ||
$ '''cd .hg''' | $ '''cd .hg''' | ||
$ '''hg clone http://hg.mozilla.org/users/blassey_mozilla.com/wince- | $ '''hg clone http://hg.mozilla.org/users/blassey_mozilla.com/wince-m1 patches''' | ||
$ '''cd ..''' | $ '''cd ..''' | ||
Line 172: | Line 174: | ||
Thanks go out to Benjamin Smedbergs for this solution - [http://benjamin.smedbergs.us/blog/2008-06-05/getting-mozilla-central-with-limited-bandwidth/ Original Blog Posting Here] | Thanks go out to Benjamin Smedbergs for this solution - [http://benjamin.smedbergs.us/blog/2008-06-05/getting-mozilla-central-with-limited-bandwidth/ Original Blog Posting Here] | ||
===Updating The Sources And Patch Queue=== | ===Updating The Sources And Patch Queue=== |
edits