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
7cd4de6a
Commit
7cd4de6a
authored
Mar 11, 2010
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install.html: add section on C tools
R=rsc CC=golang-dev
https://golang.org/cl/238042
parent
799609e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
install.html
doc/install.html
+17
-15
No files found.
doc/install.html
View file @
7cd4de6a
...
...
@@ -174,6 +174,23 @@ See the separate <a href="gccgo_install.html"><code>gccgo</code> document</a>
for details about that compiler and environment.
</p>
<h2>
Install C tools, if needed
</h2>
<p>
The Go tool chain is written in C. To build it, you need
to have GCC, the standard C libraries, the parser generator Bison,
<tt>
make
</tt>
,
<tt>
awk
</tt>
, and the text editor
<tt>
ed
</tt>
installed. On OS X, they can be
installed as part of
<a
href=
"http://developer.apple.com/TOOLS/Xcode/"
>
Xcode
</a>
. On Linux, use
</p>
<pre>
$ sudo apt-get install bison gcc libc6-dev ed gawk make
</pre>
<p>
(or the equivalent on your Linux distribution).
</p>
<h2>
Fetch the repository
</h2>
<p>
...
...
@@ -198,21 +215,6 @@ $ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
<h2>
Install Go
</h2>
<p>
The Go tool chain is written in C. To build it, you need
to have GCC, the standard C libraries, the parser generator Bison,
<tt>
make
</tt>
,
<tt>
awk
</tt>
, and the text editor
<tt>
ed
</tt>
installed. On OS X, they can be
installed as part of
<a
href=
"http://developer.apple.com/TOOLS/Xcode/"
>
Xcode
</a>
. On Linux,
</p>
<pre>
$ sudo apt-get install bison gcc libc6-dev ed gawk make
</pre>
<p>
(or the equivalent on your Linux distribution).
</p>
<p>
To build the Go distribution, run
</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