Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.52 KB

build-openark.md

File metadata and controls

36 lines (25 loc) · 1.52 KB

How To Build OpenArk

You need four steps just easily!

Install WDK

  • Download WDK 7601 and install it
  • Add user environment value WDKPATH that set value to WDK root directory, eg: C:\WINDDK\7600.16385.1

Install Visual Studio

Install Qt

  • Specific the project version, (Qt Vs Tools - Qt Project Settings), and set build x64 configration to qt-make64, x86 to qt-make32.

Add Nuget Package Repoistry

Now go ahead, build it.

Q&A

  • Q: Build OpenArk driver, not found ntifs.h?
  • A: Be sure WDKPATH environment setting ok, may be you should restart explorer and vs2015.