summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-02-26 00:04:39 +0000
committerDenis Ovsienko <denis@ovsienko.info>2023-02-26 00:04:39 +0000
commit0cbc480ba70e979ebf9ef52cb555ce7ba6fdfab2 (patch)
treea013412606a09376840d8f05dea41ec01ed6ba32 /doc
parent161c18fa34a4f28d9671afa5bdc10f53bc2ef422 (diff)
downloadtcpdump-0cbc480ba70e979ebf9ef52cb555ce7ba6fdfab2.tar.gz
doc: Update Haiku particulars. [skip ci]
Add a section for the 32-bit version.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.haiku.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/README.haiku.md b/doc/README.haiku.md
index 20165c2f..f9341523 100644
--- a/doc/README.haiku.md
+++ b/doc/README.haiku.md
@@ -15,3 +15,19 @@ 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`.