Confirmed users
1,111
edits
Groovephase (talk | contribs) |
|||
| Line 73: | Line 73: | ||
$ hg clone http://hg.mozilla.org/mozilla-central src | $ hg clone http://hg.mozilla.org/mozilla-central src | ||
Before building, create a file called .mozconfig to configure some options | Before building, make sure you have the correct [https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions#Build_prerequisites build prerequisites] to build mozilla-central for your platform. After that, create a file called .mozconfig in your source tree to configure some options. Here's an example: | ||
mk_add_options MOZ_OBJDIR=../build | mk_add_options MOZ_OBJDIR=../build | ||