]> granicus.if.org Git - curl/commitdiff
INSTALL: add vcpkg installation instructions
authorgrdowns <msgrdowns@gmail.com>
Fri, 27 Sep 2019 09:37:29 +0000 (02:37 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Sep 2019 11:44:40 +0000 (13:44 +0200)
Closes #4435

docs/INSTALL.md

index d287d55e45a77d284df50a72bd4eeaf2554d086c..8b9f08d34a519b8adb135e502bbee318d3a826cd 100644 (file)
@@ -7,6 +7,18 @@ document does not describe how to install curl or libcurl using such a binary
 package. This document describes how to compile, build and install curl and
 libcurl from source code.
 
+## Building using vcpkg
+
+You can download and install curl and libcurl 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 curl[tool]
+
+The curl 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.
+
 ## Building from git
 
 If you get your code off a git repository instead of a release tarball, see