~john-koepi/ubuntu/trusty/golang/default

« back to all changes in this revision

Viewing changes to doc/install.html

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2011-08-03 17:04:59 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110803170459-wzd99m3567y80ila
Tags: 1:59-1
* Imported Upstream version 59
* Refresh patches to a new release
* Fix FTBFS on ARM (Closes: #634270)
* Update version.bash to work with Debian packaging and not hg
  repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
<li>the standard C libraries, 
82
82
<li>the parser generator Bison,
83
83
<li>GNU <tt>make</tt> (version 3.81 or later),
84
 
<li><tt>awk</tt>, and 
85
 
<li>the text editor <tt>ed</tt>.
 
84
and
 
85
<li><tt>awk</tt>.
86
86
</ul>
87
87
</p>
88
88
 
91
91
<a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. 
92
92
</p>
93
93
 
94
 
<p>On Ubuntu/Debian, use <code>sudo apt-get install bison ed gawk gcc libc6-dev
 
94
<p>On Ubuntu/Debian, use <code>sudo apt-get install bison gawk gcc libc6-dev
95
95
make</code>. If you want to build 32-bit binaries on a 64-bit system you'll
96
96
also need the <code>libc6-dev-i386</code> package.
97
97
</p>