mirror of
https://review.haiku-os.org/userguide
synced 2024-11-23 07:08:25 +01:00
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:
parent
c377fdfd8e
commit
52a1331d07
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user