diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-11-18 16:40:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 16:40:45 +0100 |
commit | fe3d926741691e0560d779a5bbec9a975c3fdf90 (patch) | |
tree | 090a5812dbb3fe68041df04873cb13bfebfe7348 | |
parent | e45f0a4b64a27abedf0219aa51e08054251871ab (diff) |
Added prerequisites for Ubuntu/Debian systems
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ Please note that the pre-requisites for compilation include: - GNU tools (autogen, automake, autoconf, libtool) - GNU C compiler (gcc) +On Debian/Ubuntu systems do: +- sudo apt-get install build-essential git bison flex libpcap-dev libtool libtool-bin autoconf pkg-config automake autogen libjson-c-dev libnuma-dev libgcrypt20-dev libpcre2-dev + + ### How To Add A New Protocol Dissector The entire procedure of adding new protocols in detail: |