@@ -100,12 +100,12 @@ first -- the `configure` script will download it for you.
100
100
101
101
There are two distributions of ACE/TAO that can be used with OpenDDS:
102
102
103
- * OCI ACE/TAO 2.2a patch 17 or later
103
+ * OCI ACE/TAO 2.2a patch 19 or later
104
104
* This will be automatically downloaded by default when using the configure
105
105
script.
106
106
* Can be manually downloaded from:
107
107
* 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
109
109
* When using the configure script, DOC Group ACE/TAO can be downloaded using
110
110
one of these arguments:
111
111
* ` --doc-group ` for the latest release
@@ -124,8 +124,7 @@ Perl is used for the configure script, running the automated tests and examples
124
124
included in this source tree, and generating Makefiles or Visual Studio project
125
125
files.
126
126
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 ) .
129
128
130
129
### Optional Dependencies
131
130
@@ -150,12 +149,11 @@ This release of OpenDDS has been tested under the following platforms:
150
149
151
150
Linux family:
152
151
* 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)
155
154
* Debian 9.4 (i686)
156
155
* Ubuntu 18.04 LTS, (x86\_ 64)
157
156
* openSUSE 42.1 (x86\_ 64)
158
- * [ Docker] ( docs/docker.md )
159
157
160
158
Windows family:
161
159
* Windows 7 (32-bit, 64-bit)
@@ -187,13 +185,13 @@ This release of OpenDDS has been tested using the following compilers:
187
185
* Microsoft Visual C++ 11 (Visual Studio 2012) - Update 4
188
186
* Microsoft Visual C++ 12 (Visual Studio 2013) - Update 5
189
187
* 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
192
190
* gcc 4.4.7, 4.8.5
193
191
* gcc 6.3
194
192
* 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)
197
195
198
196
## Building and Installing
199
197
0 commit comments