Skip to content

Commit 0fd1fbb

Browse files
authored
README.md and other docs: updates for 3.15 (OpenDDS#2232)
* README.md: updates for 3.15 * Review updates
1 parent 4f3eba4 commit 0fd1fbb

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

INSTALL.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ supported platforms.
3131
OpenDDS has a "configure" script to automate all steps required before
3232
actually compiling source code. This script requires Perl 5.10 or newer to be
3333
installed and available on the system PATH. Perl 5.8 may be sufficient on
34-
Unix systems but [ActiveState Perl](https://www.activestate.com/products/activeperl/)
35-
5.10 or newer should be used on Windows.
34+
Unix systems. [Strawberry Perl](https://www.strawberryperl.com)
35+
is recommended on Windows.
3636
To start the script simply change to the directory containing this INSTALL
3737
file, and run:
3838

README.md

+9-11
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ first -- the `configure` script will download it for you.
100100

101101
There are two distributions of ACE/TAO that can be used with OpenDDS:
102102

103-
* OCI ACE/TAO 2.2a patch 17 or later
103+
* OCI ACE/TAO 2.2a patch 19 or later
104104
* This will be automatically downloaded by default when using the configure
105105
script.
106106
* Can be manually downloaded from:
107107
* http://download.objectcomputing.com/TAO-2.2a_patches/
108-
* DOC Group ACE 6.5.8 / TAO 2.5.8 or later
108+
* DOC Group ACE 6.5.12 / TAO 2.5.12 or later in the ACE 6.x / TAO 2.x series
109109
* When using the configure script, DOC Group ACE/TAO can be downloaded using
110110
one of these arguments:
111111
* `--doc-group` for the latest release
@@ -124,8 +124,7 @@ Perl is used for the configure script, running the automated tests and examples
124124
included in this source tree, and generating Makefiles or Visual Studio project
125125
files.
126126

127-
On Windows we recommend the use of [ActiveState Perl](
128-
https://www.activestate.com/activeperl).
127+
On Windows we recommend the use of [Straweberry Perl](https://strawberryperl.com).
129128

130129
### Optional Dependencies
131130

@@ -150,12 +149,11 @@ This release of OpenDDS has been tested under the following platforms:
150149

151150
Linux family:
152151
* Red Hat EL and CentOS 6.6, 6.8, 6.9 (x86\_64)
153-
* Red Hat EL and CentOS 7.2, 7.3, 7.4 (x86\_64)
154-
* Fedora 24 and 31 (x86\_64)
152+
* Red Hat EL and CentOS 7.2, 7.3, 7.4, 7.5 (x86\_64)
153+
* Fedora 24 and 33 (x86\_64)
155154
* Debian 9.4 (i686)
156155
* Ubuntu 18.04 LTS, (x86\_64)
157156
* openSUSE 42.1 (x86\_64)
158-
* [Docker](docs/docker.md)
159157

160158
Windows family:
161159
* Windows 7 (32-bit, 64-bit)
@@ -187,13 +185,13 @@ This release of OpenDDS has been tested using the following compilers:
187185
* Microsoft Visual C++ 11 (Visual Studio 2012) - Update 4
188186
* Microsoft Visual C++ 12 (Visual Studio 2013) - Update 5
189187
* Microsoft Visual C++ 14 (Visual Studio 2015) - Update 3
190-
* Microsoft Visual C++ 14.1 (Visual Studio 2017) cl 19.16.27034
191-
* Microsoft Visual C++ 14.2 (Visual Studio 2019) cl 19.24.28316
188+
* Microsoft Visual C++ 14.1 (Visual Studio 2017) cl 19.16.27044
189+
* Microsoft Visual C++ 14.2 (Visual Studio 2019) cl 19.28.29335
192190
* gcc 4.4.7, 4.8.5
193191
* gcc 6.3
194192
* gcc 7.2
195-
* gcc 9.2
196-
* Clang 6.0 (llvm.org) and 11.0 (Apple)
193+
* gcc 10.2
194+
* Clang 11.0.1 (llvm.org) and 11.0.3 (Apple)
197195

198196
## Building and Installing
199197

configure.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
for %%x in (perl.exe) do set PERLPATH=%%~dp$PATH:x
77
if "x%PERLPATH%"=="x" (
8-
echo ERROR: perl.exe was not found. This script requires ActiveState Perl.
8+
echo ERROR: perl.exe was not found. This script requires Perl.
99
exit /b 1
1010
)
1111
set PERLPATH=

0 commit comments

Comments
 (0)