README 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. Tor Browser Build
  2. =================
  3. Installing build dependencies
  4. -----------------------------
  5. To build Tor Browser, you need a Linux distribution that has support
  6. for runc (such as Debian Buster, Ubuntu 16.04, Fedora 30, etc ...).
  7. Your user account should have sudo access, which is required to be able
  8. to extract container file systems, start containers and copy files to and
  9. from containers.
  10. The sources of most components are downloaded using git, which needs to
  11. be installed. Some components are downloaded using mercurial which also
  12. needs to be installed.
  13. You also need a few perl modules installed:
  14. - YAML::XS
  15. - File::Basename
  16. - Getopt::Long
  17. - Template
  18. - IO::Handle
  19. - IO::CaptureOutput
  20. - JSON
  21. - File::Temp
  22. - Path::Tiny
  23. - File::Path
  24. - File::Slurp
  25. - File::Copy::Recursive
  26. - String::ShellQuote
  27. - Sort::Versions
  28. - Digest::SHA
  29. - Data::UUID
  30. - Data::Dump
  31. If you are running Debian or Ubuntu, you can install them with:
  32. # apt-get install libyaml-libyaml-perl libtemplate-perl \
  33. libio-handle-util-perl libio-all-perl \
  34. libio-captureoutput-perl libjson-perl libpath-tiny-perl \
  35. libstring-shellquote-perl libsort-versions-perl \
  36. libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
  37. libfile-copy-recursive-perl libfile-slurp-perl git runc \
  38. mercurial
  39. The build system is based on rbm, which is included as a git submodule
  40. in the rbm/ directory. You can fetch the rbm git submodule by running
  41. 'make submodule-update'.
  42. Starting a build
  43. ----------------
  44. To start a build, run one of the following commands, depending on the
  45. channel you want to build:
  46. $ make release
  47. $ make alpha
  48. $ make nightly
  49. You can find the build result in the directory release/unsigned/$version
  50. or alpha/unsigned/$version for release or alpha builds. The result of
  51. nightly can be found in the nightly/$version directory.
  52. If you want to build for a specific platform only, append the platform
  53. name to the makefile target:
  54. $ make nightly-linux-x86_64
  55. $ make nightly-linux-i686
  56. $ make nightly-linux-arm
  57. $ make nightly-linux-ppc64le
  58. $ make nightly-windows-i686
  59. $ make nightly-windows-x86_64
  60. $ make nightly-osx-x86_64
  61. $ make nightly-android-armv7
  62. $ make nightly-android-aarch64
  63. $ make nightly-android-x86
  64. $ make nightly-android-x86_64
  65. When you want to quickly do a build to test a change, you can use the
  66. testbuild makefile target, and find the build in the testbuild directory.
  67. The build will be the same as regular alpha builds, except that in order
  68. to make the build faster, only the en-US locale will be built, and no
  69. mar file will be created. If you want to base your testbuild on the latest
  70. nightly code insted, rename rbm.local.conf.example to rbm.local.conf
  71. and adapt the torbrowser-testbuild option accordingly.
  72. Updating git sources
  73. --------------------
  74. You can run `make fetch` to fetch the latest sources from git for all
  75. components included in Tor Browser. You should run this if you want to
  76. make a nightly build with the latest commits, and you disabled automatic
  77. fetching of new commits for nightly builds in rbm.local.conf.
  78. Number of make processes
  79. ------------------------
  80. By default the builds are run with 4 processes simultaneously (with
  81. make -j4). If you want to change the number of processes used, you can
  82. set the RBM_NUM_PROCS environment variable:
  83. $ export RBM_NUM_PROCS=8
  84. You can also set the buildconf/num_procs option in rbm.local.conf.
  85. Automated builds
  86. ----------------
  87. If the build fails, a shell will automatically open in the build
  88. container to help you debug the problem. You probably want to disable
  89. this if you want to do automated builds. To disable this, set
  90. the RBM_NO_DEBUG environment variable to 1:
  91. export RBM_NO_DEBUG=1
  92. Or set the debug option to 0 in the rbm.local.conf file.
  93. If you want to select the output directory, you can use rbm's --output-dir
  94. option. You can look at the Makefile to find the rbm command for what
  95. you want to build, and add the --output-dir option. For example, if you
  96. want to build Tor Browser nightly for linux-x86_64:
  97. ./rbm/rbm build release --output-dir=/var/builds/nightly/2020-05-23 \
  98. --target nightly --target torbrowser-linux-x86_64
  99. The files will be put in the directory selected by --output-dir in a
  100. subdirectory named as the version number (or current date for nightly).
  101. To remove this version subdirectory, add the noversiondir target:
  102. ./rbm/rbm build release --output-dir=/var/builds/nightly/2020-05-23 \
  103. --target nightly --target torbrowser-linux-x86_64 \
  104. --target noversiondir
  105. Automated builds using tbb-testsuite
  106. ------------------------------------
  107. The Tor Browser testsuite scripts can also be used to do nightly builds
  108. and publish the build logs. The recommended way to do that is to use
  109. the ansible roles from the tools/ansible directory. See next section
  110. for details.
  111. Using ansible to set up a nightly build machine
  112. -----------------------------------------------
  113. The directory tools/ansible contains some ansible roles to set up a
  114. nightly build machine. You can look at the playbook defined in
  115. boklm-tbb-nightly-build.yml and variables in group_vars/boklm-tbb-nightly/
  116. for an example of how it can be used.
  117. Signing builds
  118. --------------
  119. If the environment variable RBM_SIGN_BUILD is set to 1, the
  120. sha256sums-unsigned-build.txt and sha256sums-unsigned-build.incrementals.txt
  121. files will be signed with gpg. You can use the RBM_GPG_OPTS environment
  122. variable to add some options to the gpg command used to sign the file.
  123. You can also set the var/sign_build and var/sign_build_gpg_opts options
  124. in the rbm.local.conf file.
  125. Cleaning obsolete files and containers images
  126. ---------------------------------------------
  127. You can run `make clean` to clean old build files and containers that
  128. are no longer used in current builds. Before doing that, you need to
  129. configure the branches and build targets you are using in the
  130. rbm.local.conf file. The cleaning script will check out all the configured
  131. branches to create a list of used build files, and delete the files
  132. from the 'out' directory that are not used. If you want to see the list
  133. of files and containers that would be removed without doing it, you can
  134. use `make clean-dry-run`.
  135. Building without containers (Android builds only)
  136. -------------------------------------------------
  137. By default the build is done inside containers. Adding the no_containers
  138. target will disable the use of containers. The following commands can
  139. be used to build the alpha version for e.g. android-armv7:
  140. ./rbm/rbm build release --target no_containers --target testbuild \
  141. --target torbrowser-android-armv7
  142. Note: the logs will still show the use and creation of a container image
  143. called "containers_disabled". This is due to the way we disable the use
  144. of containers: the container-image project is still called, but it will
  145. just create an empty file instead of a real container image.
  146. The build without containers is currently only supported for the Android
  147. builds, and will require that you run Debian Stretch and install build
  148. dependencies for all the components that are built. This can be done
  149. with the following command:
  150. # apt-get install build-essential python automake libtool zip unzip \
  151. autoconf2.13 openjdk-8-jdk gettext-base autotools-dev \
  152. automake autoconf libtool autopoint libssl-dev \
  153. pkg-config zlib1g-dev libparallel-forkmanager-perl \
  154. libfile-slurp-perl bzip2 xz-utils apksigner yasm
  155. Common Build Errors
  156. -------------------
  157. You can look at the README.BUILD_ERRORS file for a list of common build
  158. errors and their solutions.
  159. Hacking on the Tor Browser build
  160. --------------------------------
  161. The file README.HACKING tries to list the main things to know when
  162. making changes to the Tor Browser build.
  163. Description of makefile rules
  164. -----------------------------
  165. You can find a description of the Makefile rules in the README.MAKEFILE
  166. file.