File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/ai-services/speech-service/includes/quickstarts/platform Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,13 @@ The following steps enable your Go environment to find the Speech SDK. In both s
26
26
27
27
``` sh
28
28
export CGO_CFLAGS=" -I$SPEECHSDK_ROOT /include/c_api"
29
+ # Replace "<architecture>" with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
29
30
export CGO_LDFLAGS=" -L$SPEECHSDK_ROOT /lib/<architecture> -lMicrosoft.CognitiveServices.Speech.core"
30
31
```
31
32
32
33
1 . To run applications and the SDK, you need to tell the operating system where to find the libraries.
33
34
34
35
``` sh
36
+ # Replace "<architecture>" with what corresponds to your setup with either "x86", "x64", "arm32" or "arm64"
35
37
export LD_LIBRARY_PATH=" $SPEECHSDK_ROOT /lib/<architecture>:$LD_LIBRARY_PATH "
36
38
```
You can’t perform that action at this time.
0 commit comments