[Commotion-admin] [commotion-router] CMake version in debian package repository outdated (#163)

gradyoti notifications at github.com
Fri Feb 6 09:53:16 EST 2015


The CMake version in the apt repo is 2.8, but we need 3.0.

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.

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

---
Reply to this email directly or view it on GitHub:
https://github.com/opentechinstitute/commotion-router/issues/163
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.chambana.net/pipermail/commotion-admin/attachments/20150206/cc078c01/attachment.html>


More information about the Commotion-admin mailing list