]> The Tcpdump Group git mirrors - tcpdump/commitdiff
doc: Add initial README file for Haiku. [skip ci]
authorDenis Ovsienko <[email protected]>
Sun, 12 Feb 2023 14:29:44 +0000 (14:29 +0000)
committerDenis Ovsienko <[email protected]>
Sun, 12 Feb 2023 14:42:52 +0000 (14:42 +0000)
doc/README.haiku.md [new file with mode: 0644]

diff --git a/doc/README.haiku.md b/doc/README.haiku.md
new file mode 100644 (file)
index 0000000..5c0be78
--- /dev/null
@@ -0,0 +1,17 @@
+# 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 only if using the system libpcap and Autoconf.
+
+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`.