Skip to content

Commit

Permalink
Raise minimum requirement to VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 1, 2024
1 parent a128f31 commit f82c530
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions COMPILE_MSVC.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
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).

0 comments on commit f82c530

Please sign in to comment.