diff options
author | Luca Deri <deri@ntop.org> | 2020-12-10 14:19:59 +0000 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-12-10 14:19:59 +0000 |
commit | 9c5fbb52087e70d4e772e574fda44116cc13ffb0 (patch) | |
tree | ba39b319cfbac4e78e7db6401feed8713229b682 | |
parent | 4cb8712a3584666a20d9faa1e72756fabb024ad5 (diff) |
Added FreeBSD ibuils instructions
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ Please note that the pre-requisites for compilation include: 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 +FreeBSD +- sudo pkg install gcc git autoconf automake libtool devel/pkgconf json-c gmake + +Remember to use gmake and not make on FreeBSD ### How To Add A New Protocol Dissector |