Home | History | Annotate | Download | only in bot

Lines Matching full:cmake

25 cmake-linux64.tar.gz: Download the latest CMake source tarball, found at
26 https://cmake.org/download/. Build it with:
28 ./bootstrap --prefix=$PWD/cmake-linux64 && make && make install
29 tar -czf cmake-linux64.tar.gz cmake-linux64/
31 The current revision was built against cmake-3.10.0.tar.gz.
33 cmake-mac.tar.gz: Follow the same instructions as above on a Mac, but replace
34 cmake-linux64 with cmake-mac.
36 The current revision was built against cmake-3.10.0.tar.gz.
38 cmake-win32.zip: Update to the latest prebuilt release of CMake, found at
39 https://cmake.org/download/. Use the file labeled "Windows ZIP". The
40 download will be named cmake-VERSION-win32-x86.zip.
42 The current revision is cmake-3.10.1-win32-x86.zip.