summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-10 07:29:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-10 07:29:42 (GMT)
commitd03116755961f32993a46574d39ea3df6b1b9282 (patch)
tree276f8b553affd15a0861a131f16e888adbce4c02
parent221525d42f136ac91f3c26d1d4633223abaaf3a5 (diff)
downloadmxe-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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 63e9f68..440cdc0 100644
--- a/index.html
+++ b/index.html
@@ -676,10 +676,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
</table>
- <h3 id="requirements-debian">Debian (GNU/kFreeBSD &amp; 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(&lt;plugin2&gt;)
<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>