tor-browser

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

index.rst (1001B)


      1 Getting Set Up To Work On The Firefox Codebase
      2 ==============================================
      3 
      4 This page will help you get set up to build Firefox on your own machine.
      5 
      6 Don't hesitate to look at the :ref:`Firefox Contributors Quick Reference <Firefox Contributors' Quick Reference>` to read a quick tutorial.
      7 
      8 .. toctree::
      9   :caption: Thank you for contributing to Firefox
     10 
     11   /contributing/contributing_to_mozilla
     12 
     13 _______________________
     14 Setting Up Your Machine
     15 _______________________
     16 
     17 ^^^^^^^^^^^^^^^^^^^
     18 For Firefox Desktop
     19 ^^^^^^^^^^^^^^^^^^^
     20 
     21 .. toctree::
     22   :maxdepth: 1
     23 
     24   windows_build
     25   windows_wsl_build
     26   macos_build
     27   linux_build
     28   linux_32bit_build_on_64bit_OS
     29   common_build_errors
     30 
     31 ^^^^^^^^^^^^^^^^^^^
     32 For Firefox Android
     33 ^^^^^^^^^^^^^^^^^^^
     34   :ref:`Firefox for Android`
     35 
     36 ^^^^^^^^^^^^^^^^^^^
     37 For Firefox iOS
     38 ^^^^^^^^^^^^^^^^^^^
     39    :ref:`Firefox for iOS`
     40 
     41 ___________________________
     42 Getting Ready to Contribute
     43 ___________________________
     44 
     45 .. toctree::
     46 
     47   contributing_code