michael@0: mozboot - Bootstrap your system to build Mozilla projects michael@0: ========================================================= michael@0: michael@0: This package contains code used for bootstrapping a system to build michael@0: mozilla-central. michael@0: michael@0: This code is not part of the build system per se. Instead, it is related michael@0: to everything up to invoking the actual build system. michael@0: michael@0: If you have a copy of the source tree, you run: michael@0: michael@0: python bin/bootstrap.py michael@0: michael@0: If you don't have a copy of the source tree, you can run: michael@0: michael@0: curl https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py | python - michael@0: michael@0: The bootstrap script will download everything it needs from hg.mozilla.org michael@0: automatically!