- Visual Studio 2017 (or newer)
- Git for Windows
- Windows 10 Anniversary Update (or newer)
-
Install Visual Studio with the
Desktop development with C++
andUniversal Windows Platform development
workloads. Ensure the optionalWindows 10 SDK (10.0.17763.0)
component is also selected. -
Install Git for Windows.
-
Clone the repository (
git clone https://github.com/microsoft/DTrace-on-Windows
). -
Execute
releng\Get-ExternalTools.ps1
in PowerShell. (Right-click the script and select Run with PowerShell.) -
Open
opendtrace.sln
in Visual Studio. -
Change the target platform as needed and build the solution.