File: README.LUA

package info (click to toggle)
ettercap 1%3A0.8.2-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,468 kB
  • ctags: 6,333
  • sloc: ansic: 47,337; yacc: 310; lex: 204; makefile: 121; xml: 31; sh: 24
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
EXPERIMENTAL!

Requires:
  LuaJIT >= 2.0.0 (will use bundled LuaJIT if it isn't already installed)

Building.
   mkdir build
   cd build/
   cmake -DENABLE_LUA=On ..
   make
   sudo make install