summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-02-06 06:25:28 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-02-06 06:25:28 (GMT)
commitf951b8eb184bc7e4a7a8ef3f789f31e613412e2a (patch)
tree0a457d65dc7b71f7f2ffa9b7ac44409c41379bd0
parent3350b6d88e6098fd70c658c68becf83883138d8c (diff)
downloadmxe-f951b8eb184bc7e4a7a8ef3f789f31e613412e2a.zip
mxe-f951b8eb184bc7e4a7a8ef3f789f31e613412e2a.tar.gz
mxe-f951b8eb184bc7e4a7a8ef3f789f31e613412e2a.tar.bz2
doc update: add note about installing cmake from backports on Debian Squeeze
-rw-r--r--index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html
index fdae624..18b971e 100644
--- a/index.html
+++ b/index.html
@@ -678,6 +678,20 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</p>
<pre>aptitude install -R g++-multilib libc6-dev-i386</pre>
+ <p>
+ On Debian Squeeze, install cmake from
+ <a href="http://backports-master.debian.org/Instructions/">backports</a>.
+ </p>
+ <p>
+ Add this line:
+ </p>
+ <pre>deb http://backports.debian.org/debian-backports squeeze-backports main</pre>
+ <p>
+ to your sources.list (or add a new file with the ".list" extension to /etc/apt/sources.list.d/)
+ </p>
+ <pre>apt-get update
+aptitude -t squeeze-backports install cmake</pre>
+
<h3 id="requirements-fedora">Fedora</h3>
<!-- https://admin.fedoraproject.org/pkgdb/ -->