summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.haiku.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/README.haiku.md b/doc/README.haiku.md
index ef0ab916..512d0ffe 100644
--- a/doc/README.haiku.md
+++ b/doc/README.haiku.md
@@ -5,9 +5,14 @@
* Autoconf 2.71 works.
* CMake 3.24.2 works.
* GCC 11.2.0 works.
-* Clang 12.0.1 works.
+* Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version.
* flex 2.6.4 works.
* bison 3.8.2 works.
+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`.