Skip to content

Commit

Permalink
Update INSTALL-WINDOWS
Browse files Browse the repository at this point in the history
I updated it to work in a 2024 machine with the last release of CygWin
  • Loading branch information
David-Domenech-Pereira authored and solardiz committed Mar 19, 2024
1 parent 0a307ff commit 193a23d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions doc/INSTALL-WINDOWS
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ system.

- Open the Command Prompt in Windows (see [1])

- Install required CygWin packages.
- C:\cygwin64\setup-x86_64.exe -q -P gcc-core -P libgcc1 -P make -P perl
- C:\cygwin64\setup-x86_64.exe -q -P libssl-devel -P libbz2-devel
- C:\cygwin64\setup-x86_64.exe -q -P libgmp-devel -P zlib-devel
- C:\cygwin64\setup-x86_64.exe -q -P libOpenCL-devel -P libcrypt-devel
- Install required CygWin packages from where you have the CygWin setup:
- cd C:\Users\Name\Downloads...
- setup-x86_64.exe -q -P gcc-core -P libgcc1 -P make -P perl
- setup-x86_64.exe -q -P libssl-devel -P libbz2-devel
- setup-x86_64.exe -q -P libgmp-devel -P zlib-devel
- setup-x86_64.exe -q -P libOpenCL-devel -P libcrypt-devel

- Open a CygWin terminal using the Windows menu or a desktop shortcut.

Expand All @@ -32,23 +33,24 @@ system.
Unzip it to your preferred directory

==== Build
- Copy your Jonh the Ripper source code inside C:\cygwin64

- Inside a CygWin terminal

- Go to the folder you unzipped John the Ripper source code. E.g.:
cd c:\Users\YourName\Desktop\JohnTheRipper-bleeding-jumbo\src
cd ../../john-bleeding-jumbo/src

- Build
./configure && make -s clean && make -sj4
make windows-package

=== Test your build

..\run\john --test=0
../run/john --test=0

=== Benchmark your build

..\run\john --test
../run/john --test



Expand Down

0 comments on commit 193a23d

Please sign in to comment.