summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNancyLi1013 <lirui09@beyondsoft.com>2020-01-16 08:49:23 (GMT)
committerNancyLi1013 <lirui09@beyondsoft.com>2020-01-16 08:51:00 (GMT)
commitd28e49bf75dcd5f8668577a73d0a6690de1b9f24 (patch)
treee693df2615aacd04a3c9a7993c51ce9515e66f4e /README.md
parent0f749838bf29bc0d1df428e23cf3dbb76ec4e9fc (diff)
downloadlz4-d28e49bf75dcd5f8668577a73d0a6690de1b9f24.zip
lz4-d28e49bf75dcd5f8668577a73d0a6690de1b9f24.tar.gz
lz4-d28e49bf75dcd5f8668577a73d0a6690de1b9f24.tar.bz2
Add vcpkg installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 607fc4e..451238b 100644
--- 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
-------------------------