# Cmake

## Where to get

CMake can be most readily acquired from here:

{% embed url="<https://cmake.org/download/>" %}

## Platform-Specifics

### Windows

If you've installed CMake with the default settings, then you're good to go.

### Mac OSX

If you've installed CMake with the default settings, then you're good to go.

### Linux

You can either install from the downloadable package from the website, or, depending on your Distro, CMake could be listed in the integrated App/Software Manager. You can install with the default settings.

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.torque3d.org/for-programmers/compiling-the-engine/setup-development-environment/cmake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
