Skip to content

Commit

Permalink
Add vcpkg installation instructions (keystone-engine#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeHui authored Feb 15, 2020
1 parent 644b64c commit 343fbe0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/COMPILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md)

To cross-compiling for Windows from Linux, see [COMPILE-WINDOWS-CROSS.md](COMPILE-WINDOWS-CROSS.md)

Alternatively, you can build and install Keystone using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager with a single command:
- vcpkg install keystone

VCPGK supports to build Keystone on Windows, Linux and Macos, the Keystone port in vcpkg is kept up to date by Microsoft team members and community contributors.

Learn more on how to code your own tools with our samples.

- For C sample code, see code in directory samples/
Expand Down

0 comments on commit 343fbe0

Please sign in to comment.