]> The Tcpdump Group git mirrors - tcpdump/blob - doc/README.solaris.md
bgp: Parse BGP extended message support capability
[tcpdump] / doc / README.solaris.md
1 # Compiling tcpdump on Solaris and related OSes
2
3 * Autoconf works everywhere.
4
5 ## OpenIndiana 2021.04/AMD64
6
7 * Both system and local libpcap are suitable.
8 * CMake 3.21.1 works.
9 * GCC 7.5.0 and GCC 10.3.0 work, Clang 9.0.1 works.
10
11 For reference, the tests were done using a system installed from
12 `OI-hipster-text-20210430.iso` plus the following packages:
13 ```shell
14 xargs -L1 pkg install <<ENDOFTEXT
15 developer/build/autoconf
16 developer/build/cmake
17 developer/gcc-10
18 developer/clang-90
19 ENDOFTEXT
20 ```