From: Wayne Davison Date: Fri, 24 Jul 2020 18:37:50 +0000 (-0700) Subject: Add Cygwin package info into INSTALL.md. X-Git-Tag: v3.2.3pre1~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8f61ba9377d0433b0adfdfbe609c64e6ba01aae;p=thirdparty%2Frsync.git Add Cygwin package info into INSTALL.md. --- 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