diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-03-10 07:29:42 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-03-10 07:29:42 (GMT) |
commit | d03116755961f32993a46574d39ea3df6b1b9282 (patch) | |
tree | 276f8b553affd15a0861a131f16e888adbce4c02 | |
parent | 221525d42f136ac91f3c26d1d4633223abaaf3a5 (diff) | |
download | mxe-d03116755961f32993a46574d39ea3df6b1b9282.zip mxe-d03116755961f32993a46574d39ea3df6b1b9282.tar.gz mxe-d03116755961f32993a46574d39ea3df6b1b9282.tar.bz2 |
doc update: use apt-get instead of aptitude for Debian and derivatives
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -676,10 +676,10 @@ USE_OSGPLUGIN(<plugin2>) </tr> </table> - <h3 id="requirements-debian">Debian (GNU/kFreeBSD & GNU/Linux)</h3> + <h3 id="requirements-debian">Debian and derivatives</h3> <!-- http://www.debian.org/distrib/packages#search_packages --> - <pre>aptitude install -R autoconf automake bash bison bzip2 \ + <pre>apt-get install autoconf automake bash bison bzip2 \ cmake flex gettext git g++ intltool \ libtool libltdl-dev openssl libssl-dev \ libxml-parser-perl make patch perl \ @@ -689,7 +689,7 @@ USE_OSGPLUGIN(<plugin2>) <p> On 64-bit Debian, install also: </p> - <pre>aptitude install -R g++-multilib libc6-dev-i386</pre> + <pre>apt-get install g++-multilib libc6-dev-i386</pre> <h3 id="requirements-fedora">Fedora</h3> |