xref: /freebsd/contrib/tcpdump/doc/README.haiku.md (revision 7fdf597e96a02165cfe22ff357b857d5fa15ed8a)
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 with the latest llvm12_clang-12.0.1-5 version.
10
11The following command will install respective non-default packages:
12```
13pkgman install libpcap_devel cmake llvm12_clang
14```
15
16For reference, the tests were done using a system installed from
17`haiku-r1beta4-x86_64-anyboot.iso`.
18
19## 32-bit x86 R1/beta4
20
21* Both system and local libpcap are suitable.
22* Autoconf 2.71 works.
23* CMake 3.24.2 works.
24* GCC 11.2.0 works.
25* Clang does not work.
26
27The following command will install respective non-default packages:
28```
29pkgman install libpcap_x86_devel cmake_x86
30```
31
32For reference, the tests were done using a system installed from
33`haiku-r1beta4-x86_gcc2h-anyboot.iso`.
34