]> The Tcpdump Group git mirrors - tcpdump/blob - doc/README.haiku.md
Suppress bogus C4738 from MSVC.
[tcpdump] / doc / README.haiku.md
1 # Compiling tcpdump on Haiku
2
3 ## AMD64 R1/beta5
4
5 * Both HaikuPorts and local libpcap are suitable.
6 * Autoconf 2.72 works.
7 * CMake 3.28.3 works.
8 * GCC 13.3.0 works.
9 * Clang 18.1.7 works.
10
11 The following command will install respective non-default packages:
12 ```
13 pkgman install libpcap_devel cmake llvm18_clang
14 ```
15
16 For reference, the tests were done using a system installed from
17 `haiku-r1beta5-x86_64-anyboot.iso`.