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:
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
Original file line number Diff line number Diff line change @@ -37,16 +37,18 @@ developer/clang-90
3737ENDOFTEXT
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
4849xargs -L1 pkg install << ENDOFTEXT
4950developer/build/autoconf
51+ developer/build/cmake
5052developer/gcc
5153developer/llvm/clang
5254ENDOFTEXT
You can’t perform that action at this time.
0 commit comments