gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 110/222: INSTALL: add vcpkg installation instructions


From: gnunet
Subject: [gnurl] 110/222: INSTALL: add vcpkg installation instructions
Date: Thu, 07 Nov 2019 00:10:06 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 922dcba6133653f81daa05c21b426b96fac9782d
Author: grdowns <address@hidden>
AuthorDate: Fri Sep 27 02:37:29 2019 -0700

    INSTALL: add vcpkg installation instructions
    
    Closes #4435
---
 docs/INSTALL.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index d287d55e4..8b9f08d34 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]