diff --git a/README.md b/README.md index 621af6b..087ea17 100644 --- a/README.md +++ b/README.md @@ -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.
+You should first compile all the CMake projects, then compile the *GUI* solution. ## Project Architecture diff --git a/vnrhook/CMakeLists.txt b/vnrhook/CMakeLists.txt index 9efcc1d..365a7ad 100644 --- a/vnrhook/CMakeLists.txt +++ b/vnrhook/CMakeLists.txt @@ -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 )