Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise minimum requirement to VS2017 #2228

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.