Skip to content

Commit

Permalink
Raise minimum requirement to VS2017 (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Jan 7, 2024
1 parent 71ab7cd commit 15d9337
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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).
8 changes: 4 additions & 4 deletions msvc/README
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

0 comments on commit 15d9337

Please sign in to comment.