File tree Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Expand file tree Collapse file tree 1 file changed +8
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Compiling tcpdump on Haiku
2
2
3
- ## 64-bit x86 R1/beta4
3
+ ## AMD64 R1/beta5
4
4
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 .
10
10
11
11
The following command will install respective non-default packages:
12
12
```
13
- pkgman install libpcap_devel cmake llvm12_clang
13
+ pkgman install libpcap_devel cmake llvm18_clang
14
14
```
15
15
16
16
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 ` .
You can’t perform that action at this time.
0 commit comments