mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
60bae57dc0
Two things have changed. One, Brew's java package became Java 9, which doesn't work for building on Android. Two, Brew's cask system also changed, requiring some small updates. In order to actually use the install java toolchain, we need to use the --with-java-bin-path configure option, which required some small tweaks to the suggested mozconfigs. MozReview-Commit-ID: JlZpdqaOkp0 --HG-- extra : rebase_source : c2828139843b6e0b8d2f0c3141d4d9e5b0b83b4f |
||
---|---|---|
.. | ||
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!