You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/how-to-configure-rhel-centos-7.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: How to configure RHEL/CentOS 7
3
3
titleSuffix: Azure Cognitive Services
4
-
description: Learn how to configure RHEL/CentOS 7 so that SpeechSDK can be used.
4
+
description: Learn how to configure RHEL/CentOS 7 so that the Speech SDK can be used.
5
5
services: cognitive-services
6
6
author: pankopon
7
7
manager: jhakulin
@@ -14,9 +14,7 @@ ms.author: pankopon
14
14
15
15
# Configure RHEL/CentOS 7 for Speech SDK
16
16
17
-
Red Hat Enterprise Linux (RHEL) 8 x64 and CentOS 8 x64 are officially supported from Speech SDK version 1.10.0 onwards.
18
-
19
-
It is also possible to use Speech SDK on RHEL/CentOS 7 x64, but this requires updating the C++ compiler (for C++ development) and the shared C++ runtime library on the system.
17
+
Red Hat Enterprise Linux (RHEL) 8 x64 and CentOS 8 x64 are officially supported from the Speech SDK version 1.10.0 onwards. It is also possible to use the Speech SDK on RHEL/CentOS 7 x64, but this requires updating the C++ compiler (for C++ development) and the shared C++ runtime library on the system.
20
18
21
19
To check the C++ compiler version, run a command:
22
20
@@ -62,13 +60,14 @@ CXXABI_1.3.7
62
60
...
63
61
```
64
62
65
-
Speech SDK requires **CXXABI_1.3.9** and **GLIBCXX_3.4.21**. (This can be seen e.g. by running `ldd libMicrosoft.CognitiveServices.Speech.core.so` on Speech SDK libraries from the Linux package.)
63
+
The Speech SDK requires **CXXABI_1.3.9** and **GLIBCXX_3.4.21**. (This can be seen e.g. by running `ldd libMicrosoft.CognitiveServices.Speech.core.so` on Speech SDK libraries from the Linux package.)
66
64
65
+
[!TIP]
67
66
It is recommended that the version of GCC installed on the system is at least **5.4.0**, with matching runtime libraries.
68
67
69
68
## Example
70
69
71
-
The following is a full set of commands to configure RHEL/CentOS 7 x64 for development (C++, C#, Java, Python) with SpeechSDK 1.10.0 or later.
70
+
To configure RHEL/CentOS 7 x64 for development (C++, C#, Java, Python) with the SpeechSDK 1.10.0 or later, consider the following example command set.
0 commit comments