diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-05-11 14:18:31 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-05-11 14:18:31 +0200 |
commit | 785603c2760d7266d7a0e4234bb194c198cbffe4 (patch) | |
tree | c06d5451638d8a63cc78b1b3515e59cd68d91005 /README.md | |
parent | 5b0a751159abe31cafd02784896c1a7bc5b1af12 (diff) |
Clone nDPI as submodule via CMake (if BUILD_NDPI=ON).1.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -91,7 +91,6 @@ cmake .. -DSTATIC_LIBNDPI_INSTALLDIR=[path/to/your/libnDPI/installdir] -DNDPI_WI Or if this is all too much for you, let CMake do it for you: ```shell -git submodule update --init mkdir build cd build cmake .. -DBUILD_NDPI=ON |