Skip to content
Snippets Groups Projects
Unverified Commit 343fbe0e authored by Phoebe's avatar Phoebe Committed by GitHub
Browse files

Add vcpkg installation instructions (#449)

parent 644b64c9
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,11 @@ To compile Keystone on Windows, see [COMPILE-WINDOWS.md](COMPILE-WINDOWS.md) ...@@ -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) 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. Learn more on how to code your own tools with our samples.
- For C sample code, see code in directory samples/ - For C sample code, see code in directory samples/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment