- add links to apt: url to install packages for Ubuntu,

- add mention of libc6-dev-i386 which I had to install on a 64bit server,
- fix a typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30777 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-05-17 00:40:43 +00:00
parent 03042dff47
commit 492b240e23

View File

@ -40,9 +40,13 @@
<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>
<li><p>Create the Haiku development directories and get the Haiku build tools source.:</p>
<p>On 64-bit systems, you will also need the <a href="apt:libc6-dev-i386">libc6-dev-i386</a> package:</p>
<pre class="terminal">sudo apt-get install libc6-dev-i386</pre></li>
<li><p>Create the Haiku development directories and get the Haiku build tools source:</p>
<pre class="terminal">mkdir develop
cd develop
mkdir haiku