From 676ae0bb1c409d1bcc40c969e835867182d1864c Mon Sep 17 00:00:00 2001 From: NancyLi1013 Date: Thu, 16 Jan 2020 00:30:49 -0800 Subject: [PATCH] Add vcpkg installation instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e61a6812..f1b3f845 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,18 @@ them as the super user. Debian installs usually don't have `sudo` installed (Ubuntu however does.) Switch users first with `su -`, then run `apt-get`. +Building gumbo - Using vcpkg + +You can download and install Gumbo 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 gumbo + +The Gumbo 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. + Basic Usage ===========