From 343fbe0ec900ccd358001ea137cff98262e32098 Mon Sep 17 00:00:00 2001
From: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Date: Sat, 15 Feb 2020 08:15:27 +0800
Subject: [PATCH] Add vcpkg installation instructions (#449)

---
 docs/COMPILE.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index ad19d3f..76d486d 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.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)
 
+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/
-- 
GitLab