Install cmake on Build VMs
Explains how to provision and configure virtual machine instances specifically for Buildbot testing.
wget http://www.cmake.org/files/v2.8/cmake-2.8.8.tar.gz
tar -zxvf cmake-2.8.8.tar.gz
cd cmake-2.8.8;./configure
make
sudo make installLast updated
Was this helpful?

