diff options
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index 2256123ec..a1bc89982 100644 --- a/doc/install.html +++ b/doc/install.html @@ -81,8 +81,8 @@ To build it, you need these programs installed: <li>the standard C libraries, <li>the parser generator Bison, <li>GNU <tt>make</tt> (version 3.81 or later), -<li><tt>awk</tt>, and -<li>the text editor <tt>ed</tt>. +and +<li><tt>awk</tt>. </ul> </p> @@ -91,7 +91,7 @@ installed as part of <a href="http://developer.apple.com/TOOLS/Xcode/">Xcode</a>. </p> -<p>On Ubuntu/Debian, use <code>sudo apt-get install bison ed gawk gcc libc6-dev +<p>On Ubuntu/Debian, use <code>sudo apt-get install bison gawk gcc libc6-dev make</code>. If you want to build 32-bit binaries on a 64-bit system you'll also need the <code>libc6-dev-i386</code> package. </p> |