added missing dependancies

master
Gerard Wagener 2019-03-15 15:53:42 +01:00
parent 0ec7c5235f
commit b4f445b7fc
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ As there were some changes in libwiretap, at least the version 2.6.3-1 is needed
apt-get install libwiretap-dev
apt-get install libhiredis-dev
apt-get install libwsutil-dev
apt-get install libpcap-dev
apt-get install libglib2.0-dev
make
```