Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1344)

Delta Between Two Patch Sets: doc/install-source.html

Issue 7225047: code review 7225047: doc: document runtime requirements (Closed)
Left Patch Set: diff -r aee6d7fe395a https://code.google.com/p/go Created 11 years, 2 months ago
Right Patch Set: diff -r 885321ad3873 https://code.google.com/p/go Created 11 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« doc/go1runtime.html ('K') | « doc/go1runtime.html ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!--{ 1 <!--{
2 "Title": "Installing Go from source", 2 "Title": "Installing Go from source",
3 "Path": "/doc/install/source" 3 "Path": "/doc/install/source"
4 }--> 4 }-->
5 5
6 <h2 id="introduction">Introduction</h2> 6 <h2 id="introduction">Introduction</h2>
7 7
8 <p> 8 <p>
9 Go is an open source project, distributed under a 9 Go is an open source project, distributed under a
10 <a href="/LICENSE">BSD-style license</a>. 10 <a href="/LICENSE">BSD-style license</a>.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 <tr> 342 <tr>
343 <td></td><td><code>darwin</code></td> <td><code>amd64</code></td> 343 <td></td><td><code>darwin</code></td> <td><code>amd64</code></td>
344 </tr> 344 </tr>
345 <tr> 345 <tr>
346 <td></td><td><code>freebsd</code></td> <td><code>386</code></td> 346 <td></td><td><code>freebsd</code></td> <td><code>386</code></td>
347 </tr> 347 </tr>
348 <tr> 348 <tr>
349 <td></td><td><code>freebsd</code></td> <td><code>amd64</code></td> 349 <td></td><td><code>freebsd</code></td> <td><code>amd64</code></td>
350 </tr> 350 </tr>
351 <tr> 351 <tr>
352 <td></td><td><code>freebsd</code></td> <td><code>arm</code></td>
353 </tr>
354 <tr>
352 <td></td><td><code>linux</code></td> <td><code>386</code></td> 355 <td></td><td><code>linux</code></td> <td><code>386</code></td>
353 </tr> 356 </tr>
354 <tr> 357 <tr>
355 <td></td><td><code>linux</code></td> <td><code>amd64</code></td> 358 <td></td><td><code>linux</code></td> <td><code>amd64</code></td>
356 </tr> 359 </tr>
357 <tr> 360 <tr>
358 <td></td><td><code>linux</code></td> <td><code>arm</code></td> 361 <td></td><td><code>linux</code></td> <td><code>arm</code></td>
359 </tr> 362 </tr>
360 <tr> 363 <tr>
361 <td></td><td><code>netbsd</code></td> <td><code>386</code></td> 364 <td></td><td><code>netbsd</code></td> <td><code>386</code></td>
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 <pre> 439 <pre>
437 export GOROOT=$HOME/go 440 export GOROOT=$HOME/go
438 export GOARCH=amd64 441 export GOARCH=amd64
439 export GOOS=linux 442 export GOOS=linux
440 </pre> 443 </pre>
441 444
442 <p> 445 <p>
443 although, to reiterate, none of these variables needs to be set to build, 446 although, to reiterate, none of these variables needs to be set to build,
444 install, and develop the Go tree. 447 install, and develop the Go tree.
445 </p> 448 </p>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b