summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.haiku.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/README.haiku.md b/doc/README.haiku.md
new file mode 100644
index 00000000..397f851d
--- /dev/null
+++ b/doc/README.haiku.md
@@ -0,0 +1,13 @@
+# Compiling libpcap on Haiku
+
+## 64-bit x86 R1/beta4
+
+* Autoconf 2.71 works.
+* CMake 3.24.2 works.
+* GCC 11.2.0 works.
+* Clang 12.0.1 does not work.
+* flex 2.6.4 works.
+* bison 3.8.2 works.
+
+For reference, the tests were done using a system installed from
+`haiku-r1beta4-x86_64-anyboot.iso`.