From: Ian Lance Taylor Date: Tue, 24 Jan 2017 17:56:57 +0000 (-0800) Subject: doc: clarify what to do with Go 1.4 when installing from source X-Git-Tag: go1.8rc3~1^2~6 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1db16711f595d291bdd22f7ca70f4e0df50ac0e7;p=gostls13.git doc: clarify what to do with Go 1.4 when installing from source 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 --- diff --git a/doc/install-source.html b/doc/install-source.html index 4bf0ba35fb..efe864cb1a 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -147,6 +147,9 @@ either the git branch release-branch.go1.4 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, cd to +the src subdirectory and run make.bash (or, +on Windows, make.bat).