diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-02 11:10:10 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-02 11:10:10 (GMT) |
commit | c4cca2152ebbf3c04481112523e1f57b35b8094e (patch) | |
tree | 52e5b4e9e6f2adaa0fc623368f44701a7ee524df /doc | |
parent | 6846c3f1e198c282f9939a833bded20318cec38b (diff) | |
download | mxe-c4cca2152ebbf3c04481112523e1f57b35b8094e.zip mxe-c4cca2152ebbf3c04481112523e1f57b35b8094e.tar.gz mxe-c4cca2152ebbf3c04481112523e1f57b35b8094e.tar.bz2 |
updated system-specific instructions for requirements
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 9f57c60..6ae0b63 100644 --- a/doc/index.html +++ b/doc/index.html @@ -741,10 +741,14 @@ cd ..</pre> <!-- http://software.opensuse.org/113/en --> <pre>zypper install -R autoconf automake bash bison bzip2 \ - cmake flex gcc-c++ make sed libtool \ - openssl libopenssl-devel patch perl \ - pkg-config scons unzip wget xz</pre> - + cmake flex gcc-c++ make sed libtool \ + openssl libopenssl-devel patch perl \ + pkg-config scons unzip wget xz</pre> + + <h3 id="requirements-opensuse64">openSUSE 11.3 x86_64 (additional)</h3> + <pre>zypper install -R gcc-32bit glibc-devel-32bit \ + libgcc45-32bit libgomp45-32bit \ + libstdc++45-devel-32bit</pre> </div> <div class="section"> |