You also need gcc-multilib and g++-multilib on 64bit...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-05-17 02:31:25 +00:00
parent 492b240e23
commit 32cc624de6

View File

@ -43,8 +43,8 @@
<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 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>
<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>
<li><p>Create the Haiku development directories and get the Haiku build tools source:</p>
<pre class="terminal">mkdir develop