update config/readme
This commit is contained in:
parent
af19b4e481
commit
a5232b605e
@ -47,7 +47,8 @@ GPL v3
|
||||
|
||||
## Compiling
|
||||
|
||||
Before compiling *NextHooker*, You should get CMake, [Windows Driver Kit 7.1](http://www.microsoft.com/en-us/download/details.aspx?id=11800), and Visual Studio.
|
||||
Before compiling *NextHooker*, you should get Visual Studio with CMake, ATL, and .NET 4.6.<br>
|
||||
You should first compile all the CMake projects, then compile the *GUI* solution.
|
||||
|
||||
## Project Architecture
|
||||
|
||||
|
@ -77,7 +77,7 @@ target_compile_options(vnrhook PRIVATE
|
||||
)
|
||||
|
||||
set(vnrhook_libs
|
||||
"C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.17134.0\\um\\x86\\ntdll.lib"
|
||||
ntdll.lib
|
||||
Version.lib
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user