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:
parent
20756bd37f
commit
22e021a5ce
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue