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
c9ac862a
Commit
c9ac862a
authored
Nov 10, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
in addition to bison, need to have gcc and c libraries installed.
R=r
http://go/go-review/1024043
parent
da776791
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
install.html
doc/install.html
+5
-4
No files found.
doc/install.html
View file @
c9ac862a
...
...
@@ -154,13 +154,14 @@ $ hg clone http://r45/ $GOROOT
<h2>
Install Go
</h2>
<p>
You need to have the parser generator Bison installed.
It is installed as part of Xcode on OS X.
If you need it on Linux,
<p>
The Go tool chain is written in C. To build it, you need
to have GCC, the standard C libraries, and the parser generator Bison
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
$ sudo apt-get install bison
gcc libc6-dev
</pre>
<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