Installing PMDK on Windows
Last updated
Last updated
The recommended and easiest way to install PMDK on Windows is to use a Microsoft vcpkg. Vcpkg is an open source tool and ecosystem created for libraries management. PMDK requires following:
or later
or later
perl (i.e. or )
PowerShell 5 or later
To install the latest PMDK release and link it to your Visual Studio solution at first you need to clone and set up vcpkg on your machine as described on the in Quick Start section. Run the following within the powershell:
After successful completion of all of the above steps, libraries are ready to be used in Visual Studio. No additional configuration is required. Create a new project or open an existing project within Visual Studio (remember to use platform x64), then include the PMDK headers in your project.
(NVML was renamed to PMDK)