Skip to content

Commit f055bf4

Browse files
authored
Update index.md
1 parent e82847e commit f055bf4

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

docs/index.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -64,66 +64,10 @@ sudo apt-get install libusb-1.0-0-dev libdbus-glib-1-dev libbluetooth-dev libnl-
6464
brew install autoconf automake libtool pkg-config gettext json-c
6565
```
6666

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-
12367
### Build NFStream
12468

12569
```bash
126-
git clone https://github.com/nfstream/nfstream.git
70+
git clone --recurse-submodules https://github.com/nfstream/nfstream.git
12771
cd nfstream
12872
python3 -m pip install -r requirements.txt
12973
python3 setup.py bdist_wheel

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy