For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install cmake on Build VMs

Explains how to provision and configure virtual machine instances specifically for Buildbot testing.

Requires cmake. Install cmake on all -build VMs (and other Unix-like machines) with:

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 install

This page is licensed: CC BY-SA / Gnu FDL

spinner

Last updated

Was this helpful?