cr0mll / deserter

A targeted DNS cache poisoner
MIT License
109 stars 11 forks source link

Make command error #3

Closed notXploit closed 2 years ago

notXploit commented 2 years ago

when i run install bash file ( install.sh ) he show me this error "make: *** No targets specified and no makefile found. Stop." can any one help me? and thanks

cr0mll commented 2 years ago

You need to install cmake - this can be done on debian-based machines with the following command:

sudo apt install cmake