diff --git a/README.md b/README.md index 745d145b..33f9335f 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,18 @@ in order to invalidate it, you should run(as root): ldconfig ``` +## Building libtins - Using vcpkg ## + +You can download and install libtins 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 libtins + +The libtins 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. + ## Running tests ## You may want to run the unit tests on your system so you make sure