From a8f61ba9377d0433b0adfdfbe609c64e6ba01aae Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 24 Jul 2020 11:37:50 -0700 Subject: [PATCH] Add Cygwin package info into INSTALL.md. --- INSTALL.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 94615412..ef2d2b3a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -64,7 +64,10 @@ checksum routines when computing MD4 & MD5 checksums. ## Package summary -To sum up, here are some package install commands for various OSes: +To help you get the libraries installed, here are some package install commands +for various OSes. The commands are split up to correspond with the above +items, but feel free to combine the package names into a single install, if you +like. - For Debian and Ubuntu (Debian Buster users may want to briefly(?) enable buster-backports to update zstd from 1.3 to 1.4): @@ -104,6 +107,14 @@ To sum up, here are some package install commands for various OSes: > brew install lz4 > brew install openssl + - For Cygwin (with all cygwin programs stopped, run the appropriate setup program from a cmd shell): + + > .\setup-x86_64.exe --quiet-mode -P make,autoconf,automake,gcc-core,python3,python36-commonmark + > .\setup-x86_64.exe --quiet-mode -P attr,libattr-devel + > .\setup-x86_64.exe --quiet-mode -P libzstd-devel + > .\setup-x86_64.exe --quiet-mode -P liblz4-devel + > .\setup-x86_64.exe --quiet-mode -P libssl-devel + ## Build and install After installing the various libraries, you need to configure, build, and -- 2.47.2