Skip to content

Commit 7e92ae1

Browse files
Docs: flex and byacc as required packages for libpcap in build.md (#1189)
Docs: flex and byacc as required packages for libpcap in build.md In order to run `./configure` in `libpcap (1.2.2.)`, `flex` or `lex` and `yacc/byacc` must be installed. Tested on Ubuntu 22.04.5 LTS. ```text $ sudo apt update -y $ sudo apt install -y git flex byacc yacc $ git clone https://github.com/the-tcpdump-group/libpcap.git -b libpcap $ cd libpcap $ ./configure ```
1 parent 01999d8 commit 7e92ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please note that the DPDK dependency remains necessary when utilizing the XDP/ke
1212

1313
```bash
1414
sudo apt-get update
15-
sudo apt-get install git gcc meson python3 python3-pip pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libssl-dev systemtap-sdt-dev llvm clang
15+
sudo apt-get install git gcc meson python3 python3-pip pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libssl-dev systemtap-sdt-dev llvm clang flex byacc
1616
sudo pip install pyelftools ninja
1717
```
1818

0 commit comments

Comments
 (0)