summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e6d352..b523fb4 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Now that the driver is loaded, it is active. Nothing will appear to have changed
22 22
23### Build information 23### Build information
24 24
25You need the linux headers, libbpf headers, libxdp headers and clang. Once you have all of these installed, run the following command to build the object file that can be loaded: 25A prebuild version has been provided, however to build you can do the following. You need the linux headers, libbpf headers, libxdp headers and clang. Once you have all of these installed, run the following command to build the object file that can be loaded:
26 26
27``` 27```
28clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o 28clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o