From fb56700fa625dc0eb92bdf47d962605444e3497a Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 14 Dec 2022 18:57:56 +0800 Subject: [PATCH] Update use_sdk_on_linux.md --- docs/en/faq/use_sdk_on_linux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/faq/use_sdk_on_linux.md b/docs/en/faq/use_sdk_on_linux.md index 4dcffb3a4..2c1cf551d 100644 --- a/docs/en/faq/use_sdk_on_linux.md +++ b/docs/en/faq/use_sdk_on_linux.md @@ -1,3 +1,5 @@ +English | [中文](../../cn/faq/use_sdk_on_linux.md) + # C++ Deployment on Linux 1. After compilation, and execute the binary file, throw error `error while loading shared libraries` @@ -13,4 +15,4 @@ FastDeploy provides a shell scripts to help export the libraries path to `LD_LIB source /Downloads/fastdeploy-linux-x64-1.0.0/fastdeploy_init.sh ``` -And now you can execute the binary file again. \ No newline at end of file +And now you can execute the binary file again.