summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--doc/README.haiku.md13
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 73479d7a..cca50a5b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -258,6 +258,7 @@ EXTRA_DIST = \
doc/README.Win32.md \
doc/README.aix \
doc/README.dag \
+ doc/README.haiku.md \
doc/README.hpux \
doc/README.linux \
doc/README.macos \
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`.