summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2020-01-16 17:19:02 (GMT)
committerGitHub <noreply@github.com>2020-01-16 17:19:02 (GMT)
commitc7ad96e299545330617e95eebc1369edd4e5fdf0 (patch)
treee693df2615aacd04a3c9a7993c51ce9515e66f4e
parent0f749838bf29bc0d1df428e23cf3dbb76ec4e9fc (diff)
parentd28e49bf75dcd5f8668577a73d0a6690de1b9f24 (diff)
downloadlz4-c7ad96e299545330617e95eebc1369edd4e5fdf0.zip
lz4-c7ad96e299545330617e95eebc1369edd4e5fdf0.tar.gz
lz4-c7ad96e299545330617e95eebc1369edd4e5fdf0.tar.bz2
Merge pull request #825 from NancyLi1013/vcpkg-instructions
Add vcpkg installation instructions
-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
-------------------------