Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f44747..21cc7d5 100644
--- a/README.md
+++ b/README.md
@@ -74,3 +74,14 @@ http://www.codeproject.com/KB/winsdk/LibMinHook.aspx
- **v1.0 - 22 Nov 2009**
* Initial release.
+
+### Building MinHook - Using vcpkg
+
+You can download and install MinHook using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
+
+ git clone https://github.com/microsoft/vcpkg
+ .\vcpkg\bootstrap-vcpkg.bat
+ .\vcpkg\vcpkg integrate install
+ .\vcpkg\vcpkg install minhook
+
+The MinHook 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](https://github.com/Microsoft/vcpkg) on the vcpkg repository.