nDPI/.github
Ivan Nardi 6ab338928c
Add support for out-of-tree builds (#2993)
Initial work to support out-of-tree builds
```
./autogen.sh
mkdir build
cd build
../configure
make
make check
```
IMPORTANT: `autogen.sh` doesn't call `configure` automatically anymore!!

You have to do: `./autogen.sh && ./configure --$OPTIONS`.
A little bit annoying but the pattern `autogen && configure && make` is
very common on Linux.

Known issues:
* `make doc` doesn't work in out-of-tree builds, yet
* Windows/MinGW/DPDK (out-of-tree) builds have not been tested, so it is unlikely they work

See: #2992
2025-11-03 11:58:59 +01:00
..
ISSUE_TEMPLATE Move from PCRE to PCRE2 (#2134) 2023-11-01 14:16:49 +01:00
workflows Add support for out-of-tree builds (#2993) 2025-11-03 11:58:59 +01:00
PULL_REQUEST_TEMPLATE.md Performed some grammar and typo fixes (#2511) 2024-07-19 11:22:35 +02:00