From 01a3634274446262244dc89317bfd45c2d4fafaf Mon Sep 17 00:00:00 2001 From: wangli28 Date: Fri, 28 Feb 2020 06:32:45 +0000 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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