Skip to content

Commit

Permalink
Merge pull request #85 from LilyWangL/vcpkg-instructions
Browse files Browse the repository at this point in the history
Add vcpkg installation instructions
  • Loading branch information
m417z committed Nov 13, 2020
2 parents 2059239 + b9dc63c commit 248aad5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 248aad5

Please sign in to comment.