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:
authorwangli28 <wangli28@beyondsoft.com>2020-03-06 13:38:58 +0300
committerwangli28 <wangli28@beyondsoft.com>2020-03-06 13:39:53 +0300
commitd58b151254a845dfd32cd6786c1b6298e49502a0 (patch)
tree0cdd0e00b0c0be62173dfc14c79c7a3ad691a5e3
parent8fda4f5481fed5797dc2651cd91e238e9b3928c6 (diff)
Add vcpkg installation instructions
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 97c2912..1619265 100644
--- a/README.md
+++ b/README.md
@@ -86,3 +86,15 @@ I need some funds to continue developing this library. All contributions gratefu
- **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.git
+ cd vcpkg
+ ./bootstrap-vcpkg.sh
+ ./vcpkg integrate install
+ ./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.