Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake version in debian package repository outdated #163

Open
gradyoti opened this issue Feb 6, 2015 · 0 comments
Open

CMake version in debian package repository outdated #163

gradyoti opened this issue Feb 6, 2015 · 0 comments

Comments

@gradyoti
Copy link
Collaborator

gradyoti commented Feb 6, 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 -)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant