mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
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 |
||
|---|---|---|
| .. | ||
| build-msbuild.yml | ||
| build-rpm.yml | ||
| build.yml | ||
| build_docker.yml | ||
| build_masan.yml | ||
| build_scheduled.yml | ||
| cifuzz.yml | ||
| codeql.yml | ||