Przeglądaj źródła

Add vcpkg installation instructions

wangli28 5 lat temu
rodzic
commit
9a4d542e23
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      docs/Installing.md

+ 13 - 0
docs/Installing.md

@@ -17,6 +17,19 @@ Instructions for adding SSL support can be found in [https://github.com/civetweb
 2. Download latest *civetweb-win.zip* from [SourceForge](https://sourceforge.net/projects/civetweb/files/)
 3. When started, Civetweb puts itself into the tray.
 
+Building civetweb - Using vcpkg
+---
+
+You can download and install civetweb 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 civetweb
+
+The civetweb 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.
+
 OS X
 ---