Add vcpkg installation instructions
authorNancyLi1013 <lirui09@beyondsoft.com>
Thu, 16 Jan 2020 08:49:23 +0000 (00:49 -0800)
committerNancyLi1013 <lirui09@beyondsoft.com>
Thu, 16 Jan 2020 08:51:00 +0000 (00:51 -0800)
README.md

index 607fc4e..451238b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -95,6 +95,17 @@ It is compatible with parallel builds (`-j#`).
 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
 [command redefinition]: https://www.gnu.org/prep/standards/html_node/Utilities-in-Makefiles.html
 
+Building LZ4 - Using vcpkg
+
+You can download and install LZ4 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 lz4
+
+The LZ4 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.
 
 Documentation
 -------------------------