Update README.md: fix pkg-config package name for Fedora

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Robert McMahon 2026-02-12 13:34:41 -08:00
parent 7fc038afcf
commit f9acd111f6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ sudo apt-get install build-essential autoconf automake libtool \
**Fedora/RHEL:** **Fedora/RHEL:**
```bash ```bash
sudo dnf install gcc autoconf automake libtool \ sudo dnf install gcc autoconf automake libtool \
libpcap-devel libnl3-devel pkgconfig libpcap-devel libnl3-devel pkg-config
``` ```
## Building ## Building