Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
7f486064
Commit
7f486064
authored
Nov 11, 2009
by
Adam Langley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: list make as a build dep.
Fixes #45. R=rsc, r1 CC=golang-dev
https://golang.org/cl/154055
parent
cd0cbd3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/install.html
doc/install.html
+5
-4
No files found.
doc/install.html
View file @
7f486064
...
...
@@ -154,13 +154,14 @@ $ 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, and the text editor ed
installed. On OS X, they can be installed as part of
<a
href=
"http://developer.apple.com/TOOLS/Xcode/"
>
Xcode
</a>
.
On Linux,
to have GCC, the standard C libraries, the parser generator Bison,
<tt>
make
</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
$ sudo apt-get install bison gcc libc6-dev ed
make
</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