# Building and Installing IPMCTL on Microsoft Windows from Source

Step 1) Install Visual Studio 2017 (or newer). Install these optional components:

* Workloads -> Desktop Development with C++
* Individual Components -> Compilers, build tools, and runtimes -> Visual C++ tools for CMake

Step 2) Download the [ipmctl source code from GitHub](https://github.com/intel/ipmctl)

Step 3) Open the ipmctl folder as a CMake project. See: <https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio>

Step 4) Begin the build process

Step 5) Once installed, go to the [Basic Usage](https://docs.pmem.io/ipmctl-user-guide/v1.x/basic-usage) section of this user guide for more information.


---

# 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.pmem.io/ipmctl-user-guide/v1.x/installing-ipmctl/building-and-installing-ipmctl-on-microsoft-windows-from-source.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.
