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/includes/get-speech-sdk-linux.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,17 @@
2
2
author: IEvangelist
3
3
ms.service: cognitive-services
4
4
ms.topic: include
5
-
ms.date: 03/27/2020
5
+
ms.date: 04/03/2020
6
6
ms.author: dapine
7
7
---
8
8
9
9
:::row:::
10
10
:::column span="3":::
11
-
The Speech SDK only supports **Ubuntu 16.04**, **Ubuntu 18.04**, **Debian 9**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 8** on the following target architectures:
12
-
- x86 (Debian/Ubuntu), x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for C++ development
13
-
- x64, ARM32 (Debian/Ubuntu), and ARM64 (Debian/Ubuntu) for Java
14
-
- x64 for .NET Core and Python
11
+
The Speech SDK only supports **Ubuntu 16.04/18.04**, **Debian 9**, **Red Hat Enterprise Linux (RHEL) 8**, and **CentOS 7/8** on the following target architectures when used with Linux:
12
+
- x86
13
+
- x64
14
+
- ARM32
15
+
- ARM64
15
16
:::column-end:::
16
17
:::column:::
17
18
<br>
@@ -21,6 +22,12 @@ ms.author: dapine
21
22
:::column-end:::
22
23
:::row-end:::
23
24
25
+
> [!IMPORTANT]
26
+
> When targeting Linux ARM64, and using C# - the .NET Core 3.x (dotnet-sdk-3.x package) is required. If you're targeting ARM32 or ARM64, Python is not supported.
27
+
28
+
> [!NOTE]
29
+
> The x86 architectures of Ubuntu 16.04, Ubuntu 18.04, and Debian 9 only support C++ development with the Speech SDK.
30
+
24
31
### System requirements
25
32
26
33
For a native application, the Speech SDK relies on `libMicrosoft.CognitiveServices.Speech.core.so`. Make sure the target architecture (x86, x64) matches the application. Depending on the Linux version, additional dependencies may be required.
@@ -29,7 +36,7 @@ For a native application, the Speech SDK relies on `libMicrosoft.CognitiveServic
29
36
- The OpenSSL library (`libssl.so.1.0.0` or `libssl.so.1.0.2`)
30
37
- The shared library for ALSA applications (`libasound.so.2`)
> Follow the instructions on [how to configure RHEL/CentOS 7 for Speech SDK](~/articles/cognitive-services/speech-service/how-to-configure-rhel-centos-7.md).
62
+
53
63
> [!TIP]
54
64
> On RHEL/CentOS 8, follow the instructions on [how to configure OpenSSL for Linux](../how-to-configure-openssl-linux.md).
0 commit comments