summaryrefslogtreecommitdiff
path: root/doc/README.haiku.md
blob: 512d0ffeec80706bd4d3b25328b68576fb29afab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 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`.