canmove, Confirmed users
1,008
edits
No edit summary |
No edit summary |
||
| 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 on [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_(CVS) CVS]. (time, a Unix app, will tell you how long the compile took.) | 2. Check out your code on [http://developer.mozilla.org/en/docs/Mozilla_Source_Code_(CVS) CVS]. Be sure to decide if you want a trunk build or a branch build. | ||
The following command works for the mozconfig shown below: (time, a Unix app, will tell you how long the compile took.) | |||
$ time make -f client.mk checkout MOZ_CO_PROJECT=browser,mail,calendar | $ time make -f client.mk checkout MOZ_CO_PROJECT=browser,mail,calendar | ||