updated compilation instructions. need

to apt-get install gcc-multilib.
This commit is contained in:
Matt Wells 2013-09-20 10:06:01 -07:00
parent d6815f2c9d
commit fbd62cecba

View File

@ -62,9 +62,9 @@ You will need the following packages installed<br>
<ul>
<li>apt-get install make
<li>apt-get install g++
<li>apt-get install gcc-multilib <i>(for 32-bit compilation support)</i>
<!--<li>apt-get install libssl-dev <i>(for the includes, 32-bit libs are here)</i>-->
<!--<li>apt-get install libplot-dev <i>(for the includes, 32-bit libs are here)</i>-->
<!--<li>apt-get install gcc-multilib <i>(for -m32 32-bit compilation support)</i>-->
<!--<li>apt-get install lib32stdc++6-->
<!--<li>apt-get install ia32-libs-->
<li>I supply libstdc++.a but you might need the include headers and have to do <i>apt-get install lib32stdc++6</i> or something.