From df0d2b00fd774e3784dad7b11b3852db0ae4d5ea Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:27:30 +0800 Subject: [PATCH] Add vcpkg installation instructions (#1602) --- COMPILE_MSVC.TXT | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/COMPILE_MSVC.TXT b/COMPILE_MSVC.TXT index 68e02c2cc..a08244965 100644 --- a/COMPILE_MSVC.TXT +++ b/COMPILE_MSVC.TXT @@ -106,3 +106,17 @@ versions, and Windows Driver Kit 10 or newer versions are required. >sc delete test_winkernel >bcdedit /deletevalue testsigning + + + +(3) Installing and building capstone via vcpkg + + You can download and install capstone using the vcpkg(https://github.com/Microsoft/vcpkg) dependency manager: + + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./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