mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 05:08:36 +02:00
This version offers a 15-20% improvement to compilation speed, so we will likely require it for developers soon. Begin installing it now to reduce the frequence of double migrations. MozReview-Commit-ID: JZRssgOjkF7 --HG-- extra : rebase_source : 7d2ef10315c570e21d609f713391be3e82a88383 |
||
|---|---|---|
| .. | ||
| bin | ||
| mozboot | ||
| support | ||
| README.rst | ||
| setup.py | ||
mozboot - Bootstrap your system to build Mozilla projects
=========================================================
This package contains code used for bootstrapping a system to build
mozilla-central.
This code is not part of the build system per se. Instead, it is related
to everything up to invoking the actual build system.
If you have a copy of the source tree, you run:
python bin/bootstrap.py
If you don't have a copy of the source tree, you can run:
curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python -
The bootstrap script will download everything it needs from hg.mozilla.org
automatically!