Skip to content

Commit f430932

Browse files
committed
doc: Update README.haiku.md for R1/beta5. [skip ci]
1 parent c99c899 commit f430932

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

doc/README.haiku.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
# Compiling tcpdump on Haiku
22

3-
## 64-bit x86 R1/beta4
3+
## AMD64 R1/beta5
44

5-
* Both system and local libpcap are suitable.
6-
* Autoconf 2.71 works.
7-
* CMake 3.27.7 works.
8-
* GCC 13.2.0 works.
9-
* Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version.
5+
* Both HaikuPorts and local libpcap are suitable.
6+
* Autoconf 2.72 works.
7+
* CMake 3.28.3 works.
8+
* GCC 13.3.0 works.
9+
* Clang 18.1.7 works.
1010

1111
The following command will install respective non-default packages:
1212
```
13-
pkgman install libpcap_devel cmake llvm12_clang
13+
pkgman install libpcap_devel cmake llvm18_clang
1414
```
1515

1616
For reference, the tests were done using a system installed from
17-
`haiku-r1beta4-x86_64-anyboot.iso`.
18-
19-
## 32-bit x86 R1/beta4
20-
21-
* Both system and local libpcap are suitable.
22-
* Autoconf 2.71 works.
23-
* CMake 3.24.2 works.
24-
* GCC 11.2.0 works.
25-
* Clang does not work.
26-
27-
The following command will install respective non-default packages:
28-
```
29-
pkgman install libpcap_x86_devel cmake_x86
30-
```
31-
32-
For reference, the tests were done using a system installed from
33-
`haiku-r1beta4-x86_gcc2h-anyboot.iso`.
17+
`haiku-r1beta5-x86_64-anyboot.iso`.

0 commit comments

Comments
 (0)