137
edits
(moving to hg) |
|||
| Line 9: | Line 9: | ||
1. Get your build environment [http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites up and running]. | 1. Get your build environment [http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites up and running]. | ||
2. Check out your code | 2. Check out your code from [http://developer.mozilla.org/en/Comm-central_source_code_(Mercurial) comm-central]. | ||
Below is a sample .mozconfig for a dual-core MacBook Pro: | |||
# Sample .mozconfig | # Sample .mozconfig | ||
| Line 38: | Line 34: | ||
3. Compile the build: (feel free to replace "mail" with "calendar") | 3. Compile the build: (feel free to replace "mail" with "calendar") | ||
$ make -f client.mk build MOZ_CURRENT_PROJECT=mail | |||
4. To run the builds in Terminal in the following recommended way, go through the following commands: | 4. To run the builds in Terminal in the following recommended way, go through the following commands: | ||
edits