summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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(<plugin2>)
</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/ -->