windows: Add vcpkg installation instructions
diff --git a/READMEs/README.build.md b/READMEs/README.build.md
index 17044f6..693a684 100644
--- a/READMEs/README.build.md
+++ b/READMEs/README.build.md
@@ -1,6 +1,15 @@
 Notes about building lws
 ========================
 
+You can download and install lws 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 libwebsockets
+```
+The lws 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.
 
 @section cm Introduction to CMake