diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-20 09:10:08 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-21 18:03:22 +0200 |
commit | d6701e8979292834cd50abc78e8beafea7c7be8c (patch) | |
tree | 0d864e254c33443402747ea15347dac0ab95fb5e /README.md | |
parent | 3db6413ab08516d5c939611f254dbcff0c09bf5d (diff) |
Build ndpiReader and run regression tests.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -48,8 +48,18 @@ Remember to use `gmake` and not `make` on FreeBSD On MacOS: - brew install coreutils gcc git gettext flex bison libtool autoconf automake pkg-config libpcap json-c pcre2 libmaxminddb rrdtool -On Windows (assuming [MSYS2](https://www.msys2.org/) already installed): -- msys2 -c "pacman --noconfirm -S --needed --overwrite '\*' git mingw-w64-x86\_64-toolchain automake1.16 automake-wrapper autoconf libtool make mingw-w64-x86\_64-json-c mingw-w64-x86\_64-crt-git mingw-w64-x86\_64-pcre mingw-w64-x86\_64-libpcap" +On Windows: + +There are three supported ways to build nDPI: + +1. MSYS2 (assuming [MSYS2](https://www.msys2.org/) already installed): + - msys2 -c "pacman --noconfirm -S --needed --overwrite '\*' git mingw-w64-x86\_64-toolchain automake1.16 automake-wrapper autoconf libtool make mingw-w64-x86\_64-json-c mingw-w64-x86\_64-crt-git mingw-w64-x86\_64-pcre mingw-w64-x86\_64-libpcap" + +2. Mingw-w64 + +3. Visual Studio (see `windows/nDPI.sln`) + +Note: All Windows versions require [npcap](https://npcap.com/#download) with WinPcap compatibility mode enabled. ### How To Build The Documentation |