aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2011-04-14 10:28:59 +1000
committerAndrew Gerrand <adg@golang.org>2011-04-14 10:28:59 +1000
commiteb5e4b85194f2c01c8eac0c8f47c509f0e198d14 (patch)
tree56402f5e620c9a016f75ce1a7283cf0dceb9a6dc
parentbb855f985a550b340a443ed5661e340e92f66521 (diff)
downloadgo-eb5e4b85194f2c01c8eac0c8f47c509f0e198d14.tar.gz
go-eb5e4b85194f2c01c8eac0c8f47c509f0e198d14.zip
doc/install.html: document use of libc6-dev-i386
Fixes #1689. R=rsc CC=golang-dev https://golang.org/cl/4404043
-rw-r--r--doc/install.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 2b47eb514a..843e0645fe 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -91,7 +91,9 @@ installed as part of
<a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>.
</p>
-<p>On Ubuntu/Debian, use <code>sudo apt-get install bison ed gawk gcc libc6-dev make</code>.
+<p>On Ubuntu/Debian, use <code>sudo apt-get install bison ed gawk gcc libc6-dev
+make</code>. If you want to build 32-bit binaries on a 64-bit system you'll
+also need the <code>libc6-dev-i386</code> package.
</p>
<h2 id="mercurial">Install Mercurial, if needed</h2>