README (ettercap-0.8.3) | : | README (ettercap-0.8.3.1) | ||
---|---|---|---|---|
skipping to change at line 63 | skipping to change at line 63 | |||
- CMake 2.8 | - CMake 2.8 | |||
- Curl >= 7.26.0 to build SSLStrip plugin | - Curl >= 7.26.0 to build SSLStrip plugin | |||
If you don't want to enable SSLStrip plugin you have to disable it. | If you don't want to enable SSLStrip plugin you have to disable it. | |||
(more information about disabling a plugin in the README.GIT file) | (more information about disabling a plugin in the README.GIT file) | |||
OPTIONAL: | OPTIONAL: | |||
To avoid use of our internal strlcat and strlcpy implementation: | To avoid use of our internal strlcat and strlcpy implementation: | |||
- libbsd | - libbsd | |||
To enable PDF documentation generation (enable via ENABLE_PDF_DOCS=On): | To enable PDF documentation generation (enable via ENABLE_PDF_DOCS=On): | |||
- ghostscript (ps2pdf) | ||||
- groff | - groff | |||
To enable plugins: | To enable plugins: | |||
- libltdl (part of libtool) | - libltdl (part of libtool) | |||
To have perl regexp in the filters: | To have perl regexp in the filters: | |||
- libpcre | - libpcre | |||
For the cursed GUI: | For the cursed GUI: | |||
- ncurses >= 5.3 | - ncurses >= 5.3 | |||
For the GTK+ GUI: | For the GTK+ GUI: | |||
- Glib >= 2.2.2 | - Glib >= 2.2.2 | |||
- Gtk+ >= 2.2.2 (recommended >= 2.22.0) - deprecated | ||||
- Gtk+3 >= 3.12.0 (recommended >= 3.22.0) | - Gtk+3 >= 3.12.0 (recommended >= 3.22.0) | |||
- Atk >= 1.2.4 | - Atk >= 1.2.4 | |||
- Pango >= 1.2.3 | - Pango >= 1.2.3 | |||
If you are running on debian, or any debian based distro you can install | If you are running on debian, or any debian based distro you can install | |||
the required dependencies by running: | the required dependencies by running: | |||
apt-get install debhelper bison check cmake flex ghostscript libbsd-dev \ | apt-get install debhelper bison check cmake flex groff libbsd-dev \ | |||
libcurl4-openssl-dev libgeoip-dev libltdl-dev libluajit-5.1-dev \ | libcurl4-openssl-dev libgeoip-dev libgtk-3-dev libltdl-dev libluajit-5.1-d | |||
libncurses5-dev libnet1-dev libpcap-dev libpcre3-dev libssl-dev \ | ev \ | |||
libgtk-3-dev libgtk2.0-dev | libncurses5-dev libnet1-dev libpcap-dev libpcre3-dev libssl-dev | |||
============================================================================ | ============================================================================ | |||
LICENSE | LICENSE | |||
============================================================================ | ============================================================================ | |||
see LICENSE file for details... | see LICENSE file for details... | |||
============================================================================ | ============================================================================ | |||
AUTHORS | AUTHORS | |||
============================================================================ | ============================================================================ | |||
End of changes. 3 change blocks. | ||||
6 lines changed or deleted | 4 lines changed or added |