]> Cypherpunks repositories - gostls13.git/commitdiff
doc: clarify what to do with Go 1.4 when installing from source
authorIan Lance Taylor <iant@golang.org>
Tue, 24 Jan 2017 17:56:57 +0000 (09:56 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 24 Jan 2017 21:03:41 +0000 (21:03 +0000)
You have to actually run make.bash (or make.bat).

Update #18771.

Change-Id: Ie6672a4e4abde0150c1ae57cabb1222de2c78716
Reviewed-on: https://go-review.googlesource.com/35632
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/install-source.html

index 4bf0ba35fb8e852c7cb071d15853666143898b83..efe864cb1a3188fddf924667dbcea04a4c2818ce 100644 (file)
@@ -147,6 +147,9 @@ either the git branch <code>release-branch.go1.4</code> or
 which contains the Go 1.4 source code plus accumulated fixes
 to keep the tools running on newer operating systems.
 (Go 1.4 was the last distribution in which the tool chain was written in C.)
+After unpacking the Go 1.4 source, <code>cd</code> to
+the <code>src</code> subdirectory and run <code>make.bash</code> (or,
+on Windows, <code>make.bat</code>).
 </p>
 
 <p>