50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

installr (version 0.17.5)

install.CMake: Downloads and installs CMake for windows

Description

Allows the user to downloads and install the latest version of CMake for Windows.

Usage

install.CMake(URL = "http://www.cmake.org/cmake/resources/software.html", ...)

Arguments

URL
the URL of the CMake download page.
...
extra parameters to pass to install.URL

Value

  • TRUE/FALSE - was the installation successful or not.

Details

CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

References

  • CMake homepage:http://www.cmake.org/cmake/resources/software.html

Examples

Run this code
install.CMake() # installs the latest version of ImageMagick

Run the code above in your browser using DataLab