From 8e074481bfcaabf4863228b8dd8114b0f71a909b Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Fri, 7 May 2021 09:53:51 +0200 Subject: [PATCH] Update tested windows version and add missing package --- BUILD_CYGWIN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD_CYGWIN.md b/BUILD_CYGWIN.md index 1a867b389..13b1d2c02 100644 --- a/BUILD_CYGWIN.md +++ b/BUILD_CYGWIN.md @@ -1,6 +1,6 @@ # Compiling hashcat with Cygwin. -Tested on a Windows 7 SP1 x64 machine. +Tested on a Windows 10 20H2 x64 machine. ### Installation ### @@ -11,6 +11,7 @@ Make sure to install additional dependencies necessary for hashcat compilation b ``` libiconv-devel gcc-core +gcc-g++ make git ```