Commit 7e92ae1
authored
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments