diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:52:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:52:31 +0000 |
commit | 31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d (patch) | |
tree | 99d6c086833d530e5d1d33a8128961f8149843f0 /doc/README.haiku.md | |
parent | Adding upstream version 4.99.4. (diff) | |
download | tcpdump-31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d.tar.xz tcpdump-31cd589d20ba8d3d6b3fc4fccacc40d38a163c5d.zip |
Adding upstream version 4.99.5.upstream/4.99.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/README.haiku.md')
-rw-r--r-- | doc/README.haiku.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/README.haiku.md b/doc/README.haiku.md new file mode 100644 index 0000000..f934152 --- /dev/null +++ b/doc/README.haiku.md @@ -0,0 +1,33 @@ +# Compiling tcpdump on Haiku + +## 64-bit x86 R1/beta4 + +* Both system and local libpcap are suitable. +* Autoconf 2.71 works. +* CMake 3.24.2 works. +* GCC 11.2.0 works. +* Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version. + +The following command will install respective non-default packages: +``` +pkgman install libpcap_devel cmake llvm12_clang +``` + +For reference, the tests were done using a system installed from +`haiku-r1beta4-x86_64-anyboot.iso`. + +## 32-bit x86 R1/beta4 + +* Both system and local libpcap are suitable. +* Autoconf 2.71 works. +* CMake 3.24.2 works. +* GCC 11.2.0 works. +* Clang does not work. + +The following command will install respective non-default packages: +``` +pkgman install libpcap_x86_devel cmake_x86 +``` + +For reference, the tests were done using a system installed from +`haiku-r1beta4-x86_gcc2h-anyboot.iso`. |