You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that technically it says that ettercap isn't fully supported or at all for windows but I've tried both wsl and windows and can't seem to get it installed. The ones you can download as tar files, when you extract them and then follow the instructions mkdir build, cd build, cmake ../ tell me that they won't work for cmake < 2.8 which makes like 0 sense because cmake is only on 2.7 as far as I know of... I've tried installing it with git clone and I think it worked better except for the fact that it couldn't for the life of it find gtk3. Although that may've been because CGPT told me to specify cmake .. -G "MinGW Makefiles" as a preface to the installation but then it got super complicated with having to point to these two: -DCURSES_LIBRARY=E:/Desktop/gcc_win64/mingw64/bin/libncurses6.dll -DCURSES_INCLUDE_PATH=E:/Desktop/E_Drive/program_files/Msys2/mingw64/include/ncurses
From there it was telling me that it couldn't find gtk3 even though I all but sang a ballad about the location of where gtk3 is, specifically pointing to it's location just wasn't enough. I'm guessing that I'm really missing something and any help would be great, thanks for taking the time to read this.
The text was updated successfully, but these errors were encountered:
I know that technically it says that ettercap isn't fully supported or at all for windows but I've tried both wsl and windows and can't seem to get it installed. The ones you can download as tar files, when you extract them and then follow the instructions mkdir build, cd build, cmake ../ tell me that they won't work for cmake < 2.8 which makes like 0 sense because cmake is only on 2.7 as far as I know of... I've tried installing it with git clone and I think it worked better except for the fact that it couldn't for the life of it find gtk3. Although that may've been because CGPT told me to specify cmake .. -G "MinGW Makefiles" as a preface to the installation but then it got super complicated with having to point to these two: -DCURSES_LIBRARY=E:/Desktop/gcc_win64/mingw64/bin/libncurses6.dll -DCURSES_INCLUDE_PATH=E:/Desktop/E_Drive/program_files/Msys2/mingw64/include/ncurses
From there it was telling me that it couldn't find gtk3 even though I all but sang a ballad about the location of where gtk3 is, specifically pointing to it's location just wasn't enough. I'm guessing that I'm really missing something and any help would be great, thanks for taking the time to read this.
The text was updated successfully, but these errors were encountered: