Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1 KB

How-to-build.md

File metadata and controls

22 lines (15 loc) · 1 KB

How to build unmanaged source, including drivers and native libraries

  • It is possible to build driver, native API DLL and native command line tools with Windows Driver Kit 7.0. https://msdn.microsoft.com/en-us/library/windows/hardware/ff557573.aspx If you don't need to build the driver project, you can simply build each of the directories with user mode components instead.

  • There is also a Visual Studio solution where you can build these components in Visual Studio 2017-2022 with WDK extensions and toolchains installed.

How to build managed source, including graphical and command line tools for mounting images, installing driver, converting between image formats etc