Skip to content

Commit 2d5a544

Browse files
authored
Update build instructions.
1 parent 103b7e3 commit 2d5a544

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ pip install nfstream
5454

5555
```bash
5656
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
5858
sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-genl-3-dev
5959
```
6060

6161
#### MacOS Prerequisites
6262

6363
```bash
64-
brew install autoconf automake libtool pkg-config gettext
64+
brew install autoconf automake libtool pkg-config gettext json-c
6565
```
6666

6767
### Build Dependencies
6868

6969
* [**libgpg-error**](https://github.com/gpg/libgpg-error)
7070

7171
```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
7373
cd libgpg-error
7474
./autogen.sh
7575
./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc --disable-nls
@@ -82,7 +82,7 @@ rm -rf libgpg-error
8282
* [**libgcrypt**](https://github.com/gpg/libgcrypt)
8383

8484
```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
8686
cd libgcrypt
8787
./autogen.sh
8888
./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc

0 commit comments

Comments
 (0)