diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
25 | 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: | 25 | A 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 | ``` |
28 | clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o | 28 | clang -O2 -g -Wall -target bpf -c packet_dropper.c -o packet_dropper.o |