diff options
author | Guy Harris <gharris@sonic.net> | 2023-02-15 16:05:31 -0800 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2023-02-15 16:05:31 -0800 |
commit | ade18567ecd33fa4028d0d328dd8f2168bd35b19 (patch) | |
tree | 03bcc1241b054cc1107069e1d08b7921b2363dee | |
parent | 65fdbf976cbe2742e2a8f3b961ce99ab24080752 (diff) |
README.haiku.md: we now require the latest Clang version. [skip ci]
-rw-r--r-- | doc/README.haiku.md | 7 |
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`. |