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:
authorMichael Maltsev <4129781+m417z@users.noreply.github.com>2020-11-13 15:06:32 +0300
committerGitHub <noreply@github.com>2020-11-13 15:06:32 +0300
commit248aad5d9b719e7db264d920837b96e34f9d553b (patch)
tree2ff6c40623c7cb88c3b8b980ab797a28221102de
parent2059239bd1d9d3d7692fbedb8ba97689fff272c1 (diff)
parentb9dc63c455f5e79336dfebf7bfab78c0cd23682f (diff)
Merge pull request #85 from LilyWangL/vcpkg-instructions
Add vcpkg installation instructions
-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.