[haiku-development] Building on linux: dependency on wget in documentation
- From: Pieter Panman <pieter@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Tue, 28 Jul 2009 17:59:27 +0200
This is so small I didn't feel it is worth a ticket.
When building Haiku on Linux, wget is required. This patch adds the
requirement to the manual. If it is ok, hopefully someone can commit it.
Regards,
Pieter
Index: docs/userguide/en/installation/install-source-linux.html
===================================================================
--- docs/userguide/en/installation/install-source-linux.html (revision 31840)
+++ docs/userguide/en/installation/install-source-linux.html (working copy)
@@ -40,8 +40,8 @@
<h1>Downloading the tools and the Haiku source</h1>
<ol>
<li><p>Install all needed packages:</p>
-<p>On Ubuntu you can do so by clicking <a
href="apt:subversion,autoconf,automake,texinfo,flex,bison,gawk,build-essential,yasm">here</a>,
or use the command line:</p>
-<pre class="terminal">sudo apt-get install subversion autoconf automake
texinfo flex bison gawk build-essential yasm</pre></li>
+<p>On Ubuntu you can do so by clicking <a
href="apt:subversion,autoconf,automake,texinfo,flex,bison,gawk,build-essential,yasm,wget">here</a>,
or use the command line:</p>
+<pre class="terminal">sudo apt-get install subversion autoconf automake
texinfo flex bison gawk build-essential yasm wget</pre></li>
<p>On 64-bit systems, you will also need the <a
href="apt:libc6-dev-i386,gcc-multilib,g++-multilib">libc6-dev-i386,
gcc-multilib, and g++-multilib</a> packages:</p>
<pre class="terminal">sudo apt-get install libc6-dev-i386 gcc-multilib
g++-multilib</pre></li>
Other related posts: