Update README.md: fix pkg-config package name for Fedora
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
7fc038afcf
commit
f9acd111f6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue