Skip to content

Commit 4bc74d7

Browse files
authored
Update nDPI build instructions.
1 parent 796be63 commit 4bc74d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ cd nDPI
112112
./autogen.sh
113113
./configure
114114
make
115-
sudo make install
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
116119
cd ..
117120
rm -rf nDPI
118121
```

0 commit comments

Comments
 (0)