Skip to content

Commit cf630bb

Browse files
BrianMouncerPanu Koponen
andauthored
Pankopon pr/1.11.0 updates (#25)
* Updates for 1.11.0 release * Review updates Co-authored-by: Panu Koponen <[email protected]>
1 parent a606c6c commit cf630bb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/cognitive-services/Speech-Service/how-to-configure-rhel-centos-7.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to configure RHEL/CentOS 7
33
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.
55
services: cognitive-services
66
author: pankopon
77
manager: jhakulin
@@ -14,9 +14,7 @@ ms.author: pankopon
1414

1515
# Configure RHEL/CentOS 7 for Speech SDK
1616

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.
2018

2119
To check the C++ compiler version, run a command:
2220

@@ -62,13 +60,14 @@ CXXABI_1.3.7
6260
...
6361
```
6462

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.)
6664

65+
[!TIP]
6766
It is recommended that the version of GCC installed on the system is at least **5.4.0**, with matching runtime libraries.
6867

6968
## Example
7069

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.
7271

7372
```bash
7473
# Only run ONE of the following two commands

0 commit comments

Comments
 (0)