add libpcap-dev package

Benjamin Krein 2023-11-20 19:38:18 -05:00
parent 8f78554e3b
commit d81724a0c8
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ These operations are performed on an Ubuntu 22.04 x86_64 PC. You'll need sudo ac
# Required packages
```
sudo apt install git build-essentials protobuf-compiler libspdlog-dev
sudo apt install git build-essentials protobuf-compiler libspdlog-dev libpcap-dev
```
# Verify that your username and email are configured properly