IPMCTL User Guide
HomePMDKNDCTLBlog
Version 2.x
Version 2.x
  • IPMCTL User Guide
  • Installing IPMCTL
    • Installing IPMCTL packages on Linux
    • Building and Installing IPMCTL from Source on Linux
    • Installing IPMCTL on Microsoft Windows using the MSI Installer
    • Building and Installing IPMCTL on Microsoft Windows from Source
  • Basic Usage
  • Module Discovery
    • Show System Capabilities
    • Show Socket
    • Show Topology
    • Show Memory Resources
    • Show Device
  • Provisioning
    • Concepts
    • Create Memory Allocation Goal
    • Provision App Direct
    • Provision Memory Mode
    • Provision Mixed Mode
    • Show Memory Allocation Goal
    • Dump Memory Allocation Settings
    • Load Memory Allocation Goal
    • Delete Memory Allocation Goal
  • Instrumentation
    • Show Sensor
    • Change Sensor Settings
    • Show Device Performance
  • Debug
    • Run Diagnostic
    • Show Error Log
    • Dump Debug Log
    • Show ACPI Tables
    • Show Device Platform Configuration Data
    • Delete Device Platform Configuration Data
    • Inject Error
  • Support and Maintenance
    • Show Events
    • Version and Firmware
Powered by GitBook
On this page

Was this helpful?

  1. Installing IPMCTL

Building and Installing IPMCTL on Microsoft Windows from Source

PreviousInstalling IPMCTL on Microsoft Windows using the MSI InstallerNextBasic Usage

Last updated 5 years ago

Was this helpful?

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

Step 3) Open the ipmctl folder as a CMake project. See:

Step 4) Begin the build process

Step 5) Once installed, go to the section of this user guide for more information.

ipmctl source code from GitHub
https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio
Basic Usage