aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-08-17 12:35:05 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-08-17 12:35:05 +0200
commit79c1c2c19000ecf0d2a64923a067ffbfb2e43bee (patch)
treef83b625a3540355bf954a9f1a8f32216d922afe5
parent2e9eba24abd1180fab9ecaa1ae46fc30f2675703 (diff)
add build instructions
-rw-r--r--.gitmodules3
-rw-r--r--README.md6
m---------libpcap0
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
diff --git a/README.md b/README.md
index 33308da..e1ef0cd 100644
--- a/README.md
+++ b/README.md
@@ -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