INSTALL (ettercap-0.8.3) | : | INSTALL (ettercap-0.8.3.1) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
If the build fails because you're missing a dependency: | If the build fails because you're missing a dependency: | |||
$ (Install any missing dependencies.) | $ (Install any missing dependencies.) | |||
$ make clean-all | $ make clean-all | |||
$ cmake ../ | $ cmake ../ | |||
$ make | $ make | |||
$ make install | $ make install | |||
#### Bundled libraries | #### Bundled libraries | |||
Ettercap now bundles the following libraries with the source distribution: | Ettercap now bundles the following libraries with the source distribution: | |||
libnet 1.1.6 | libnet 1.2 | |||
curl 7.44.0 | curl 7.71.1 | |||
luajit 2.0.4 | luajit 2.0.5 | |||
check 0.10.0 | check 0.15.0 | |||
We will build bundled libraries that Ettercap depends upon, so you | We will build bundled libraries that Ettercap depends upon, so you | |||
don't have to! | don't have to! | |||
By default, the build system will search for system-provided libraries. If it | By default, the build system will search for system-provided libraries. If it | |||
doesn't find the particular library it wants, it will build the library, itself. | doesn't find the particular library it wants, it will build the library, itself. | |||
# To disable the use of bundled libraries: | # To disable the use of bundled libraries: | |||
$ cmake -DBUNDLED_LIBS=Off ../ | $ cmake -DBUNDLED_LIBS=Off ../ | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |