|
1 mozboot - Bootstrap your system to build Mozilla projects |
|
2 ========================================================= |
|
3 |
|
4 This package contains code used for bootstrapping a system to build |
|
5 mozilla-central. |
|
6 |
|
7 This code is not part of the build system per se. Instead, it is related |
|
8 to everything up to invoking the actual build system. |
|
9 |
|
10 If you have a copy of the source tree, you run: |
|
11 |
|
12 python bin/bootstrap.py |
|
13 |
|
14 If you don't have a copy of the source tree, you can run: |
|
15 |
|
16 curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python - |
|
17 |
|
18 The bootstrap script will download everything it needs from hg.mozilla.org |
|
19 automatically! |