masscan
masscan copied to clipboard
mingw throws errors
Using MinGW it always throws these error :
*** No Rule to make target 'Makefile' stop
*** No Rule to make target 'install' stop
*** No Rule to make target stop
...etc
Can you provide a proper step-by-step documentation how to instal it on windows and thanks in advance
Hi,
seems to be incomplete toolchain, try https://www.msys2.org/ and follow their steps. In addition install git
and gcc
as well:
pacman -S --needed base-devel mingw-w64-x86_64-toolchain git gcc
good luck