From: Andrew Gerrand Date: Thu, 14 Apr 2011 00:28:59 +0000 (+1000) Subject: doc/install.html: document use of libc6-dev-i386 X-Git-Tag: weekly.2011-04-13~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb5e4b85194f2c01c8eac0c8f47c509f0e198d14;p=gostls13.git doc/install.html: document use of libc6-dev-i386 Fixes #1689. R=rsc CC=golang-dev https://golang.org/cl/4404043 --- 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 Xcode.

-

On Ubuntu/Debian, use sudo apt-get install bison ed gawk gcc libc6-dev make. +

On Ubuntu/Debian, use sudo apt-get install bison ed gawk gcc libc6-dev +make. If you want to build 32-bit binaries on a 64-bit system you'll +also need the libc6-dev-i386 package.

Install Mercurial, if needed