diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:25:28 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:25:28 (GMT) |
commit | f951b8eb184bc7e4a7a8ef3f789f31e613412e2a (patch) | |
tree | 0a457d65dc7b71f7f2ffa9b7ac44409c41379bd0 | |
parent | 3350b6d88e6098fd70c658c68becf83883138d8c (diff) | |
download | mxe-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.html | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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/ --> |