1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 01:37:20 +00:00

docs: install libcrypt-devel on cygwin

this is included into Python.h, thus needed when compiling stuff.
This commit is contained in:
Thomas Waldmann 2019-03-19 22:38:09 +01:00
parent 20756bd37f
commit 22e021a5ce

View file

@ -276,7 +276,7 @@ Cygwin
Use the Cygwin installer to install the dependencies:: Use the Cygwin installer to install the dependencies::
python3 python3-devel python3-setuptools python3 python3-devel libcrypt-devel python3-setuptools
binutils gcc-g++ binutils gcc-g++
libopenssl openssl-devel libopenssl openssl-devel
git make openssh git make openssh