diff --git a/COMPILE_MSVC.TXT b/COMPILE_MSVC.TXT index 33c1592d0e..c9d41ae395 100644 --- a/COMPILE_MSVC.TXT +++ b/COMPILE_MSVC.TXT @@ -11,10 +11,10 @@ Capstone requires no prerequisite packages with default configurations, so it is easy to compile & install. Open the Visual Studio solution "msvc/capstone.sln" and follow the instructions below. -NOTE: This requires Visual Studio 2010 or newer versions. +NOTE: This requires Visual Studio 2017 or newer versions. -If you wish to embed Capstone in a kernel driver, Visual Studio 2013 or newer -versions, and Windows Driver Kit 8.1 Update 1 or newer versions are required. +If you wish to embed Capstone in a kernel driver Windows Driver Kit 8.1 Update 1 +or newer versions are required. (0) Tailor Capstone to your need. @@ -121,4 +121,4 @@ versions, and Windows Driver Kit 8.1 Update 1 or newer versions are required. ./vcpkg integrate install vcpkg install capstone - The capstone port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository(https://github.com/Microsoft/vcpkg). \ No newline at end of file + The capstone port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository(https://github.com/Microsoft/vcpkg). diff --git a/msvc/README b/msvc/README index c7248fe244..28aa7782ad 100644 --- a/msvc/README +++ b/msvc/README @@ -4,7 +4,7 @@ using Microsoft Visual Studio (VS). NOTE: -(1) Visual Studio 2010 or newer versions is required. Open "capstone.sln" to +(1) Visual Studio 2017 or newer versions is required. Open "capstone.sln" to build the libraries & test code with Visual Studio. The resulted binaries are put under either msvc/Debug, msvc/Release, msvc/x64/Debug, or msvc/x64/Release, depending on how you choose to compile them. @@ -17,6 +17,6 @@ NOTE: (3) The capstone_static_winkernel and test_winkernel projects are for Windows kernel drivers and excluded from build by default. In order to build them, - you need to install Visual Studio 2013 or newer versions, and Windows Driver - Kit 8.1 Update 1 or newer versions, then check "Build" check boxes for those - projects on the Configuration Manager through the [Build] menu. + you need to install Windows Driver Kit 8.1 Update 1 or newer versions, + then check "Build" check boxes for those projects on + the Configuration Manager through the [Build] menu.