README 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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 jessie, Ubuntu 16.04, Fedora 20, etc ...).
  7. On Debian jessie, the runc package is available in backports. On Debian
  8. stretch, the runc package is available in the main repository.
  9. Your user account should have sudo access, which is required to be able
  10. to extract container file systems, start containers and copy files to and
  11. from containers.
  12. The sources of most components are downloaded using git, which needs to
  13. be installed. Some components are downloaded using mercurial which also
  14. needs to be installed. The sources of webrtc are downloaded using
  15. gclient, which requires GTK+ 2.0 development files and curl to be
  16. installed.
  17. You also need a few perl modules installed:
  18. - YAML::XS
  19. - File::Basename
  20. - Getopt::Long
  21. - Template
  22. - IO::Handle
  23. - IO::CaptureOutput
  24. - JSON
  25. - File::Temp
  26. - Path::Tiny
  27. - File::Path
  28. - File::Copy::Recursive
  29. - String::ShellQuote
  30. - Sort::Versions
  31. - Digest::SHA
  32. - Data::UUID
  33. - Data::Dump
  34. If you are running Debian or Ubuntu, you can install them with:
  35. # apt-get install libyaml-libyaml-perl libtemplate-perl \
  36. libio-handle-util-perl libio-all-perl \
  37. libio-captureoutput-perl libjson-perl libpath-tiny-perl \
  38. libstring-shellquote-perl libsort-versions-perl \
  39. libdigest-sha-perl libdata-uuid-perl libdata-dump-perl \
  40. libfile-copy-recursive-perl git libgtk2.0-dev curl runc \
  41. mercurial
  42. The build system is based on rbm, which is included as a git submodule
  43. in the rbm/ directory. You can fetch the rbm git submodule by running
  44. 'make submodule-update'.
  45. Starting a build
  46. ----------------
  47. To start a build, run one of the following commands, depending on the
  48. channel you want to build:
  49. $ make release
  50. $ make alpha
  51. $ make nightly
  52. $ make alpha_nightly
  53. You can find the build result in the directory release/unsigned/$version
  54. or alpha/unsigned/$version for release or alpha builds. The result of
  55. nightly or alpha_nightly can be found in the nightly/$date or
  56. alpha_nightly/$date directory.
  57. The alpha and alpha_nightly make target will build the same thing. The
  58. only difference is the output directory. The alpha_nightly target can be
  59. useful if you want to do a test build without polluting your alpha
  60. directory.
  61. If you want to build for a specific platform only, append the platform
  62. name to the makefile target:
  63. $ make nightly-linux-x86_64
  64. $ make nightly-linux-i686
  65. $ make nightly-linux-arm
  66. $ make nightly-windows-i686
  67. $ make nightly-osx-x86_64
  68. $ make nightly-android-armv7
  69. When you want to quickly do a build to test a change, you can use the
  70. testbuild makefile target, and find the build in the testbuild directory.
  71. The build will be the same as regular alpha builds, except that in order
  72. to make the build faster, only the en-US locale will be built, and no
  73. mar file will be created.
  74. Updating git sources
  75. --------------------
  76. You can run "make fetch" to fetch the latest sources from git for all
  77. components included in Tor Browser. You should run this if you want to
  78. make a nightly build with the latest commits, and you disabled automatic
  79. fetching of new commits for nightly builds in rbm.local.conf.
  80. Number of make processes
  81. ------------------------
  82. By default the builds are run with 4 processes simultaneously (with
  83. make -j4). If you want to change the number of processes used, you can
  84. set the RBM_NUM_PROCS environment variable:
  85. $ export RBM_NUM_PROCS=8
  86. You can also set the buildconf/num_procs option in rbm.local.conf.
  87. Automated builds
  88. ----------------
  89. If the build fails, a shell will automatically open in the build
  90. container to help you debug the problem. You probably want to disable
  91. this if you want to do automated builds. To disable this, set
  92. the RBM_NO_DEBUG environment variable to 1:
  93. export RBM_NO_DEBUG=1
  94. Or set the debug option to 0 in the rbm.local.conf file.
  95. If you want to select the output directory, you can use rbm's --output-dir
  96. option. You can look at the Makefile to find the rbm command for what
  97. you want to build, and add the --output-dir option. For example, if you
  98. want to build Tor Browser nightly for linux-x86_64:
  99. ./rbm/rbm build release --output-dir=/var/builds/nightly/2017-01-23 \
  100. --target nightly --target torbrowser-linux-x86_64
  101. The files will be put in the directory selected by --output-dir in a
  102. subdirectory named as the version number (or current date for nightly).
  103. To remove this version subdirectory, add the noversiondir target:
  104. ./rbm/rbm build release --output-dir=/var/builds/nightly/2017-01-23 \
  105. --target nightly --target torbrowser-linux-x86_64 \
  106. --target noversiondir
  107. Automated builds using tbb-testsuite
  108. ------------------------------------
  109. The Tor Browser testsuite scripts can also be used to do nightly builds
  110. and publish the build logs. The recommended way to do that is to use
  111. the ansible roles from the tools/ansible directory. See next section
  112. for details.
  113. Using ansible to set up a nightly build machine
  114. -----------------------------------------------
  115. The directory tools/ansible contains some ansible roles to set up a
  116. nightly build machine. You can look at the playbook defined in
  117. boklm-tbb-nightly-build.yml and variables in group_vars/boklm-tbb-nightly/
  118. for an example of how it can be used.
  119. Signing builds
  120. --------------
  121. If the environment variable RBM_SIGN_BUILD is set to 1, the
  122. sha256sums-unsigned-build.txt file will be signed with gpg.
  123. You can use the RBM_GPG_OPTS environment variable to add some options
  124. to the gpg command used to sign the file. You can also set the
  125. var/sign_build and var/sign_build_gpg_opts options in the rbm.local.conf
  126. file.
  127. Cleaning obsolete files and containers images
  128. ---------------------------------------------
  129. You can run 'make clean' to clean old build files and containers that
  130. are no longer used in current builds. Before doing that, you need to
  131. configure the branches and build targets you are using in the
  132. rbm.local.conf file. The cleaning script will check out all the configured
  133. branches to create a list of used build files, and delete the files
  134. from the 'out' directory that are not used. If you want to see the list
  135. of files and containers that would be removed without doing it, you can
  136. use 'make clean-dry-run'.
  137. Common Build Errors
  138. -------------------
  139. You can look at the README.BUILD_ERRORS file for a list of common build
  140. errors and their solutions.
  141. Hacking on the Tor Browser build
  142. --------------------------------
  143. The file README.HACKING tries to list the main things to know when
  144. making changes to the Tor Browser build.
  145. Description of makefile rules
  146. -----------------------------
  147. You can find a description of the makefile rules in the README.MAKEFILE
  148. file.