File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
articles/ai-services/speech-service/includes/quickstarts/platform Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ The following steps enable your Go environment to find the Speech SDK. In both s
24
24
25
25
1 . Because the bindings rely on ` cgo ` , you need to set the environment variables so Go can find the SDK.
26
26
27
- ** Important:** Replace ` <architecture> ` in the code snippet below with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
27
+ > [ !IMPORTANT]
28
+ > Replace ` <architecture> ` in the code snippet below with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
28
29
29
30
``` sh
30
31
export CGO_CFLAGS=" -I$SPEECHSDK_ROOT /include/c_api"
@@ -33,7 +34,8 @@ The following steps enable your Go environment to find the Speech SDK. In both s
33
34
34
35
2 . To run applications and the SDK, you need to tell the operating system where to find the libraries.
35
36
36
- ** Important:** Replace ` <architecture> ` in the code snippet below with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
37
+ > [ !IMPORTANT]
38
+ > Replace ` <architecture> ` in the code snippet below with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
37
39
38
40
``` sh
39
41
export LD_LIBRARY_PATH=" $SPEECHSDK_ROOT /lib/<architecture>:$LD_LIBRARY_PATH "
You can’t perform that action at this time.
0 commit comments