diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 6 | ||||
m--------- | libpcap | 0 |
3 files changed, 6 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 6ceab00..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "libpcap"] - path = libpcap - url = https://github.com/rsdsl/libpcap.git @@ -1,3 +1,9 @@ # udpdumpd Control packet capturing service for the rsdsl project. + +# Building + +You need to set the `LIBPCAP_LIBDIR` environment variable +to `/path/to/rsdsl/libpcap/repository/target_arch` where `target_arch` +is either `x86_64` or `rpi`. diff --git a/libpcap b/libpcap deleted file mode 160000 -Subproject f828383609906455b9369b1ae86a75f0bd4ba37 |