]> granicus.if.org Git - libevent/commitdiff
Add vcpkg installation instructions
authorJackBoosY <yuzaiyang@beyondsoft.com>
Wed, 22 Jan 2020 06:02:34 +0000 (22:02 -0800)
committerJackBoosY <yuzaiyang@beyondsoft.com>
Wed, 22 Jan 2020 06:03:37 +0000 (22:03 -0800)
README.md

index badd99e00e88fe5bed63d5dfd727a71f3102f0fc..55277f168015c224432fb5bba0c88f4962379b95 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,6 +48,18 @@ $ make verify  # (optional)
 
 See [Documentation/Building#Building on Unix (With CMake)](/Documentation/Building.md#building-on-unix-cmake) for more information
 
+## Package Managers
+
+You can download and install libevent 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 libevent
+
+The libevent 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.
+
 # 2. USEFUL LINKS:
 
 For the latest released version of Libevent, see the official website at