Skip to content

Commit 12ab216

Browse files
infrastationguyharris
authored andcommitted
doc: Update Solaris notes again.
1 parent b298582 commit 12ab216

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ tcpdump compiles and works on at least the following platforms:
3030
* FreeBSD
3131
* [Haiku](./doc/README.haiku.md)
3232
* HP-UX 11i
33-
* illumos (OmniOS, OpenIndiana)
33+
* [illumos](./doc/README.solaris.md) (OmniOS, OpenIndiana)
3434
* GNU/Hurd
3535
* GNU/Linux
3636
* {Mac} OS X / macOS
3737
* [NetBSD](./doc/README.NetBSD.md)
3838
* OpenBSD
39-
* [Solaris and related OSes](./doc/README.solaris.md)
39+
* [Solaris](./doc/README.solaris.md)
4040
* [Windows](./doc/README.Win32.md) (requires WinPcap or Npcap, and Visual
4141
Studio with CMake)
4242

doc/README.solaris.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@ developer/clang-90
3737
ENDOFTEXT
3838
```
3939

40-
## Oracle Solaris 11.4.42/AMD64
40+
## Oracle Solaris CBE (11.4.42.111.0)/AMD64
4141

4242
* Both system and local libpcap are suitable.
43+
* CMake 3.21.0 works.
4344
* GCC 11.2 and Clang 11.0 work.
45+
* Sun C 5.15 works.
4446

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:
4748
```shell
4849
xargs -L1 pkg install <<ENDOFTEXT
4950
developer/build/autoconf
51+
developer/build/cmake
5052
developer/gcc
5153
developer/llvm/clang
5254
ENDOFTEXT

0 commit comments

Comments
 (0)