tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README.rst (699B)


      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 -L https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py -o bootstrap.py
     17    python bootstrap.py
     18 
     19 The bootstrap script will download everything it needs from hg.mozilla.org
     20 automatically!