Files
AeroPkg/assets/var/gnu/libpcap.md

10 lines
149 B
Markdown
Raw Permalink Normal View History

2026-09-10 16:59:11 +03:00
libpcap
=
https://www.tcpdump.org/release/libpcap-1.10.7.tar.xz
``` sh *** build ***
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```