зеркало из https://github.com/mozilla/gecko-dev.git
0ef4e5a4a9
We need to mangle the path for both parts of the text printed but rust_path_advice on windows. Otherwise the report of where the rust binary was found ends up a mixed pathname even when the suggested shell command is correct. MozReview-Commit-ID: FDtP5HY8tJ1 --HG-- extra : rebase_source : ad3671be04751ece8966fa19267239b9f1614551 |
||
---|---|---|
.. | ||
bin | ||
mozboot | ||
support | ||
README.rst | ||
setup.py |
README.rst
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!