diff options
Diffstat (limited to 'doc/install-source.html')
| -rw-r--r-- | doc/install-source.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 <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> |
