From 12cbc8ae31f5cd003abac6f2c733a08cda3381e4 Mon Sep 17 00:00:00 2001
From: Shenghou Ma
When you compile and link your Go programs with the
@@ -66,7 +67,7 @@ your operating system and processor architecture.
Official binary distributions are available
-for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), and Windows operating systems
+for the FreeBSD, Linux, Mac OS X (Snow Leopard/Lion), NetBSD, and Windows operating systems
and the 32-bit (gc
toolchain
-on Linux, Mac OS X or FreeBSD, the resulting binaries contain DWARFv3
+on Linux, Mac OS X, FreeBSD or NetBSD, the resulting binaries contain DWARFv3
debugging information that recent versions (>7.1) of the GDB debugger can
use to inspect a live process or a core dump.
Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet Mac OS X 10.6/10.7 amd64, 386 use the gcc† that comes with Xcode‡
+Windows 2000 or later amd64, 386 use mingw gcc†; cygwin or msys is not needed NetBSD 6 or later amd64, 386 386
) and 64-bit (amd64
)
x86 processor architectures.
If you are upgrading from an older version of Go you must @@ -115,7 +116,7 @@ rm -r /usr/local/go
-Extract the archive
+Extract the archive
into /usr/local
, creating a Go tree in /usr/local/go
.
For example: