Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
12cbc8ae
Commit
12cbc8ae
authored
Oct 16, 2012
by
Shenghou Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: NetBSD is fully supported now
R=adg, bsiegert CC=golang-dev
https://golang.org/cl/6660047
parent
0c44488a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
debugging_with_gdb.html
doc/debugging_with_gdb.html
+1
-1
install.html
doc/install.html
+4
-3
No files found.
doc/debugging_with_gdb.html
View file @
12cbc8ae
...
...
@@ -13,7 +13,7 @@ Besides this overview you might want to consult the
<p>
When you compile and link your Go programs with the
<code>
gc
</code>
toolchain
on Linux, Mac OS X
or Free
BSD, the resulting binaries contain DWARFv3
on Linux, Mac OS X
, FreeBSD or Net
BSD, 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.
</p>
...
...
doc/install.html
View file @
12cbc8ae
...
...
@@ -44,6 +44,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that
<tr><td>
Linux 2.6.23 or later with glibc
</td>
<td>
amd64, 386, arm
</td>
<td>
CentOS/RHEL 5.x not supported; no binary distribution for ARM yet
</td></tr>
<tr><td>
Mac OS X 10.6/10.7
</td>
<td>
amd64, 386
</td>
<td>
use the gcc
<sup>
†
</sup>
that comes with Xcode
<sup>
‡
</sup></td></tr>
<tr><td>
Windows 2000 or later
</td>
<td>
amd64, 386
</td>
<td>
use mingw gcc
<sup>
†
</sup>
; cygwin or msys is not needed
</td></tr>
<tr><td>
NetBSD 6 or later
</td>
<td>
amd64, 386
</td>
<td></td></tr>
</table>
<p>
...
...
@@ -66,7 +67,7 @@ your operating system and processor architecture.
<p>
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 (
<code>
386
</code>
) and 64-bit (
<code>
amd64
</code>
)
x86 processor architectures.
</p>
...
...
@@ -103,7 +104,7 @@ Windows users should read the section about <a href="#windows_env">setting
environment variables under Windows
</a>
.
</p>
<h3
id=
"
freebsd_linux"
>
FreeBSD, Linux, and Mac OS X
tarballs
</h3>
<h3
id=
"
bsd_linux"
>
FreeBSD, Linux, Mac OS X and NetBSD
tarballs
</h3>
<p>
If you are upgrading from an older version of Go you must
...
...
@@ -115,7 +116,7 @@ rm -r /usr/local/go
</pre>
<p>
Extract
<a
href=
"http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+Type-Archive"
>
the archive
</a>
Extract
<a
href=
"http://code.google.com/p/go/downloads/list?q=OpSys-FreeBSD+OR+OpSys-Linux+OR+OpSys-OSX+
OR+OpSys-NetBSD+
Type-Archive"
>
the archive
</a>
into
<code>
/usr/local
</code>
, creating a Go tree in
<code>
/usr/local/go
</code>
.
For example:
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment