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 installPreviousBuildbot Setup for Virtual Machines - Additional StepsNextInstalling Correct Libraries for PAM and readline
Last updated
Was this helpful?

