From 7cd4de6a0791237760001fccdc3ca85290dc27d4 Mon Sep 17 00:00:00 2001
From: Robert Griesemer gccgo
document
for details about that compiler and environment.
The Go tool chain is written in C. To build it, you need +to have GCC, the standard C libraries, the parser generator Bison, +make, awk, and the text editor ed installed. On OS X, they can be +installed as part of +Xcode. On Linux, use +
+ ++$ sudo apt-get install bison gcc libc6-dev ed gawk make ++ +
+(or the equivalent on your Linux distribution). +
+@@ -198,21 +215,6 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
The Go tool chain is written in C. To build it, you need -to have GCC, the standard C libraries, the parser generator Bison, -make, awk, and the text editor ed installed. On OS X, they can be -installed as part of -Xcode. On Linux, -
- --$ sudo apt-get install bison gcc libc6-dev ed gawk make -- -
-(or the equivalent on your Linux distribution). -
-To build the Go distribution, run