File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,22 @@ pip install nfstream
54
54
55
55
``` bash
56
56
sudo apt-get update
57
- sudo apt-get install autoconf automake libtool pkg-config flex bison gettext
57
+ sudo apt-get install autoconf automake libtool pkg-config flex bison gettext libjson-c-dev
58
58
sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev
59
59
```
60
60
61
61
#### MacOS Prerequisites
62
62
63
63
``` bash
64
- brew install autoconf automake libtool pkg-config gettext
64
+ brew install autoconf automake libtool pkg-config gettext json-c
65
65
```
66
66
67
67
### Build Dependencies
68
68
69
69
* [ ** libgpg-error** ] ( https://github.com/gpg/libgpg-error )
70
70
71
71
``` bash
72
- git clone --branch libgpg-error-1.39 https://github.com/gpg/libgpg-error
72
+ git clone --branch libgpg-error-1.42 https://github.com/gpg/libgpg-error
73
73
cd libgpg-error
74
74
./autogen.sh
75
75
./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc --disable-nls
@@ -82,7 +82,7 @@ rm -rf libgpg-error
82
82
* [ ** libgcrypt** ] ( https://github.com/gpg/libgcrypt )
83
83
84
84
``` bash
85
- git clone --branch libgcrypt-1.8.6 https://github.com/gpg/libgcrypt
85
+ git clone --branch libgcrypt-1.8.8 https://github.com/gpg/libgcrypt
86
86
cd libgcrypt
87
87
./autogen.sh
88
88
./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc
You can’t perform that action at this time.
0 commit comments