diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-17 12:35:05 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-08-17 12:35:05 +0200 |
commit | 79c1c2c19000ecf0d2a64923a067ffbfb2e43bee (patch) | |
tree | f83b625a3540355bf954a9f1a8f32216d922afe5 | |
parent | 2e9eba24abd1180fab9ecaa1ae46fc30f2675703 (diff) |
add build instructions
-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 |