Patch by Pieter Panman: add wget to the documented dependencies on Linux.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-07-28 16:07:34 +00:00
parent c377fdfd8e
commit 52a1331d07

View File

@ -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>