82
edits
| Line 30: | Line 30: | ||
All further commands are to be run inside MingW32. | All further commands are to be run inside MingW32. | ||
$ '''cd /c/mozilla''' | $ '''cd /c/mozilla # assuming you've created /c/mozilla/ for your mozilla source tree''' | ||
$ '''hg clone http://hg.mozilla.org/mozilla-central''' | $ '''hg clone http://hg.mozilla.org/mozilla-central''' | ||
$ '''cd mozilla-central''' | $ '''cd mozilla-central''' | ||
$ '''export topsrcdir=`pwd` # this sets the top source directory to be mozilla-central. mozconfig makes use of this environment variable.''' | |||
$ '''hg clone http://hg.mozilla.org/mobile-browser mobile''' | $ '''hg clone http://hg.mozilla.org/mobile-browser mobile''' | ||
edits