From 22e021a5ce76fdc3ce0f77c45a41bbcc39009df3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 19 Mar 2019 22:38:09 +0100 Subject: [PATCH] docs: install libcrypt-devel on cygwin this is included into Python.h, thus needed when compiling stuff. --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 857e7d085..693cb613b 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -276,7 +276,7 @@ Cygwin Use the Cygwin installer to install the dependencies:: - python3 python3-devel python3-setuptools + python3 python3-devel libcrypt-devel python3-setuptools binutils gcc-g++ libopenssl openssl-devel git make openssh