masscan icon indicating copy to clipboard operation
masscan copied to clipboard

mingw throws errors

Open OceansAndThunders opened this issue 3 years ago • 1 comments

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

OceansAndThunders avatar Jun 07 '21 14:06 OceansAndThunders

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

schmitzCatz avatar Jun 11 '21 19:06 schmitzCatz