forked from BlackINT3/OpenArk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build openark doc, update readme.
- Loading branch information
Showing
4 changed files
with
58 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# 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 | ||
* Download Visual Studio 2015 (recommend) and install it | ||
|
||
#### Install Qt | ||
* Download [qt5.6.2-static-lib.zip](http://nuget.blackint3.com:20001/qt5.6.2-static-lib.zip) and unzip it (you can also build by your self). | ||
* Install qt extension of vs2015(tools/qt/qt-vsaddin-msvc2015-2.4.3.vsix) | ||
* Specific the path, and (Qt Vs Tools - Qt Options) add qt-make32, qt-make64 versions | ||
![](material/set-qt-version.png) | ||
|
||
#### Add Nuget Package Repoistry | ||
* Add nuget repoistry (VS Tools - Options - Nuget Package Manager - Package Sources) | ||
* Name: NugetRepoServer | ||
* Repoistry: http://nuget.blackint3.com:20001/api/odata | ||
* OPTINAL: You can also install according to [NONE Manual](https://github.com/BlackINT3/none) | ||
|
||
### 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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.