summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-06-09 20:09:03 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-06-09 20:09:03 (GMT)
commitd4fa147f26f552811e95522384d1f319dcad5aae (patch)
tree8246228c5306f0ed02b351a890ce70203854deb4 /doc
parent6dca5e273877e09ef68e28616e76e6d87d023639 (diff)
downloadmxe-d4fa147f26f552811e95522384d1f319dcad5aae.zip
mxe-d4fa147f26f552811e95522384d1f319dcad5aae.tar.gz
mxe-d4fa147f26f552811e95522384d1f319dcad5aae.tar.bz2
add requirements for 64-bit systems to the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
index 9f367ce..4964418 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -398,6 +398,10 @@ AR=$(CROSS)ar</pre>
<td></td>
</tr>
<tr>
+ <td>LibC for 32-bit</td>
+ <td></td>
+ </tr>
+ <tr>
<td><a href="http://gcc.gnu.org/">GCC</a> (gcc, g++)</td>
<td></td>
</tr>
@@ -445,6 +449,11 @@ AR=$(CROSS)ar</pre>
<pre>aptitude install -R bash bzip2 g++ make sed openssl patch \
perl scons unzip wget</pre>
+ <p>
+ On a 64-bit system, install also:
+ </p>
+ <pre>aptitude install -R gcc-multilib</pre>
+
<h3>FreeBSD</h3>
<pre>pkg_add -r bash gmake gsed perl scons unzip wget</pre>
@@ -453,6 +462,11 @@ AR=$(CROSS)ar</pre>
<pre>pacman-g2 -S scons</pre>
+ <p>
+ On a 64-bit system, install also:
+ </p>
+ <pre>pacman-g2 -S libgcc-emul</pre>
+
<h3>MacOS X</h3>
<p>