tor-browser

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

index.rst (1237B)


      1 ============
      2 Build System
      3 ============
      4 
      5 Important Concepts
      6 ==================
      7 .. toctree::
      8   :maxdepth: 1
      9 
     10   glossary
     11   build-overview
     12   supported-configurations
     13   Mozconfig Files <mozconfigs>
     14   mozbuild-files
     15   mozbuild-symbols
     16   files-metadata
     17   Profile Guided Optimization <pgo>
     18   slow
     19   environment-variables
     20   build-targets
     21   python
     22   test_manifests
     23   mozinfo
     24   preprocessor
     25   jar-manifests
     26   defining-binaries
     27   defining-xpcom-components
     28   toolchains
     29   toolchains-update-policy
     30   locales
     31   unified-builds
     32   cross-compile
     33   rust
     34   sparse
     35   Support for projects building with GN <gn>
     36   telemetry
     37   sccache-dist
     38   test_certificates
     39 
     40 integrated development environment (IDE)
     41 ========================================
     42 .. toctree::
     43   :maxdepth: 1
     44 
     45   cppeclipse
     46   visualstudio
     47 
     48 mozbuild
     49 ========
     50 
     51 mozbuild is a Python package containing a lot of the code for the
     52 Mozilla build system.
     53 
     54 .. toctree::
     55   :maxdepth: 1
     56 
     57   mozbuild/index
     58 
     59 Snap Package
     60 ============
     61 
     62 `Snap <https://snapcraft.io/docs>`_ is a packaging format
     63 
     64 .. toctree::
     65   :maxdepth: 1
     66 
     67   snap
     68 
     69 Flatpak Package
     70 ===============
     71 
     72 `Flatpak <https://docs.flatpak.org/en/latest/>`_ is a packaging format
     73 
     74 .. toctree::
     75   :maxdepth: 1
     76 
     77   flatpak