From a911af08ba108df251f0a747a67470019ffe9f6e Mon Sep 17 00:00:00 2001 From: FrankXie Date: Mon, 22 Aug 2022 02:06:51 -0700 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 53f622e0f..df2cf9353 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ on FreeBSD: make test make install +Alternatively, you can build and install cmark using [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 cmark + +The cmark 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. + Or, to create Xcode project files on OSX: mkdir build