]> The Tcpdump Group git mirrors - tcpdump/blob - doc/README.haiku.md
f076079f33c5f305cc381bc74e61785ebd84ad56
[tcpdump] / doc / README.haiku.md
1 # Compiling tcpdump on Haiku
2
3 ## 64-bit x86 R1/beta4
4
5 * Both system and local libpcap are suitable.
6 * Autoconf 2.71 works.
7 * CMake 3.24.2 works.
8 * GCC 11.2.0 works.
9 * Clang 12.0.1 works.
10
11 The following command will install respective non-default packages:
12 ```
13 pkgman install libpcap_devel cmake llvm12_clang
14 ```
15
16 For reference, the tests were done using a system installed from
17 `haiku-r1beta4-x86_64-anyboot.iso`.