File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ tcpdump compiles and works on at least the following platforms:
30
30
* FreeBSD
31
31
* [ Haiku] ( ./doc/README.haiku.md )
32
32
* HP-UX 11i
33
- * illumos (OmniOS, OpenIndiana)
33
+ * [ illumos] ( ./doc/README.solaris.md ) (OmniOS, OpenIndiana)
34
34
* GNU/Hurd
35
35
* GNU/Linux
36
36
* {Mac} OS X / macOS
37
37
* [ NetBSD] ( ./doc/README.NetBSD.md )
38
38
* OpenBSD
39
- * [ Solaris and related OSes ] ( ./doc/README.solaris.md )
39
+ * [ Solaris] ( ./doc/README.solaris.md )
40
40
* [ Windows] ( ./doc/README.Win32.md ) (requires WinPcap or Npcap, and Visual
41
41
Studio with CMake)
42
42
Original file line number Diff line number Diff line change @@ -37,16 +37,18 @@ developer/clang-90
37
37
ENDOFTEXT
38
38
```
39
39
40
- ## Oracle Solaris 11.4.42/AMD64
40
+ ## Oracle Solaris CBE ( 11.4.42.111.0) /AMD64
41
41
42
42
* Both system and local libpcap are suitable.
43
+ * CMake 3.21.0 works.
43
44
* GCC 11.2 and Clang 11.0 work.
45
+ * Sun C 5.15 works.
44
46
45
- For reference, the tests were done on a VM booted from ` sol-11_4-vbox.ova `
46
- and updated to 11.4.42.111.0 plus the following packages:
47
+ For reference, the tests were done using the following packages:
47
48
``` shell
48
49
xargs -L1 pkg install << ENDOFTEXT
49
50
developer/build/autoconf
51
+ developer/build/cmake
50
52
developer/gcc
51
53
developer/llvm/clang
52
54
ENDOFTEXT
You can’t perform that action at this time.
0 commit comments