1 # Compiling tcpdump on Haiku
5 * Both system and local libpcap are suitable.
9 * Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version.
11 The following command will install respective non-default packages:
13 pkgman install libpcap_devel cmake llvm12_clang
16 For reference, the tests were done using a system installed from
17 `haiku-r1beta4-x86_64-anyboot.iso`.
19 ## 32-bit x86 R1/beta4
21 * Both system and local libpcap are suitable.
22 * Autoconf 2.71 works.
25 * Clang does not work.
27 The following command will install respective non-default packages:
29 pkgman install libpcap_x86_devel cmake_x86
32 For reference, the tests were done using a system installed from
33 `haiku-r1beta4-x86_gcc2h-anyboot.iso`.