File tree Expand file tree Collapse file tree 1 file changed +1
-57
lines changed Expand file tree Collapse file tree 1 file changed +1
-57
lines changed Original file line number Diff line number Diff line change @@ -64,66 +64,10 @@ sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-
64
64
brew install autoconf automake libtool pkg-config gettext json-c
65
65
```
66
66
67
- ### Build Dependencies
68
-
69
- * [ ** libgpg-error** ] ( https://github.com/gpg/libgpg-error )
70
-
71
- ``` bash
72
- git clone --branch libgpg-error-1.42 https://github.com/gpg/libgpg-error
73
- cd libgpg-error
74
- ./autogen.sh
75
- ./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc --disable-nls
76
- make
77
- sudo make install
78
- cd ..
79
- rm -rf libgpg-error
80
- ```
81
-
82
- * [ ** libgcrypt** ] ( https://github.com/gpg/libgcrypt )
83
-
84
- ``` bash
85
- git clone --branch libgcrypt-1.8.8 https://github.com/gpg/libgcrypt
86
- cd libgcrypt
87
- ./autogen.sh
88
- ./configure -enable-maintainer-mode --enable-static --enable-shared --with-pic --disable-doc
89
- make
90
- sudo make install
91
- cd ..
92
- rm -rf libgcrypt
93
- ```
94
-
95
- * [ ** libpcap** ] ( https://github.com/the-tcpdump-group/libpcap )
96
-
97
- ``` bash
98
- git clone --branch fanout https://github.com/tsnoam/libpcap
99
- cd libpcap
100
- ./configure --enable-ipv6 --disable-universal --enable-dbus=no --without-libnl
101
- make
102
- sudo make install
103
- cd ..
104
- rm -rf libpcap
105
- ```
106
-
107
- * [ ** nDPI** ] ( https://github.com/ntop/nDPI )
108
-
109
- ``` bash
110
- git clone --branch dev https://github.com/ntop/nDPI.git
111
- cd nDPI
112
- ./autogen.sh
113
- ./configure
114
- make
115
- sudo mkdir /usr/local/include/ndpi
116
- sudo cp -a src/include/. /usr/local/include/ndpi/
117
- sudo cp example/ndpiReader /usr/local/bin/ndpiReader
118
- sudo cp src/lib/libndpi.a /usr/local/lib/libndpi.a
119
- cd ..
120
- rm -rf nDPI
121
- ```
122
-
123
67
### Build NFStream
124
68
125
69
``` bash
126
- git clone https://github.com/nfstream/nfstream.git
70
+ git clone --recurse-submodules https://github.com/nfstream/nfstream.git
127
71
cd nfstream
128
72
python3 -m pip install -r requirements.txt
129
73
python3 setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments