<p>The CMake version in the apt repo is 2.8, but we need 3.0.</p>

<p>The README will have to be updated to indicate that (at least for Debian-based distros) you can't simply apt-get the required CMake package.</p>

<p>The following script works:<br>
export fn=/tmp/cmake.sh && ls $fn && (echo "use previous $fn? Enter for yes, ctrl+d for no." && read) || (wget -O $fn <a href="http://www.cmake.org/files/v3.0/cmake-3.0.2-Linux-i386.sh">http://www.cmake.org/files/v3.0/cmake-3.0.2-Linux-i386.sh</a> 1>&2) && (cd /opt && sudo bash ${fn} && echo sudo ln -f -s /opt/cmake*/bin/cmake /usr/bin/cmake && cd -)</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/opentechinstitute/commotion-router/issues/163">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AC7qBB7Tm4hDHOq7VatePK4OjlDvNvWjks5npMzcgaJpZM4Dc0rH.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/opentechinstitute/commotion-router/issues/163"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>