Mike Perry commited on 2014-05-02 20:08:57
Zeige 1 geänderte Dateien mit 12 Einfügungen und 7 Löschungen.
... | ... |
@@ -35,13 +35,18 @@ |
35 | 35 |
|
36 | 36 |
<h3 id="build">Building the bundle</h3> |
37 | 37 |
|
38 |
- <p>To re-build the bundle, download the <a |
|
39 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>-src.tar.gz">source |
|
40 |
- distribution</a> (<a |
|
41 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>-src.tar.gz.asc">signature</a>). |
|
42 |
- See <a href="https://gitweb.torproject.org/torbrowser.git/tree">README</a> for |
|
43 |
- the directory layout and changelog. Build instructions can be found in <a |
|
44 |
- href="<tbbrepo>/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p> |
|
38 |
+ <p>We use <a |
|
39 |
+href="https://blog.torproject.org/blog/deterministic-builds-part-two-technical-details">Gitian</a> |
|
40 |
+to ensure that byte-for-byte reproducible packages can be built from our |
|
41 |
+source repository by anyone. To re-build the bundle, check out the <a |
|
42 |
+href="https://gitweb.torproject.org/builders/tor-browser-bundle.git">Tor |
|
43 |
+Browser builder repository</a> and see the <a |
|
44 |
+href="https://gitweb.torproject.org/builders/tor-browser-bundle.git/blob/HEAD:/gitian/README.build">README.build</a> |
|
45 |
+for instructions. You may also find the <a |
|
46 |
+href="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking">Tor |
|
47 |
+Browser Hacking</a> intro document useful for learning about the build system |
|
48 |
+and our development processes. |
|
49 |
+ |
|
45 | 50 |
</div> |
46 | 51 |
<!-- END MAINCOL --> |
47 | 52 |
<div id = "sidecol"> |
48 | 53 |