diff --git a/src/backend/turbo/boot-turbo/src/main/resources/i18n/message_en.properties b/src/backend/turbo/boot-turbo/src/main/resources/i18n/message_en.properties index ee44b74b..e70de475 100644 --- a/src/backend/turbo/boot-turbo/src/main/resources/i18n/message_en.properties +++ b/src/backend/turbo/boot-turbo/src/main/resources/i18n/message_en.properties @@ -1,6 +1,6 @@ disttask-cc.desc=A brand-new, self-developed engine with zero intrusion and one-click acceleration offers faster speeds. It provides visual compilation charts to clearly control the entire process data. Features include support for PCH, Gcov, distributed preprocessing, and more. disttask-cc.recommendReason=A brand-new, self-developed engine with zero intrusion and one-click acceleration offers faster speeds. It provides visual compilation charts to clearly control the entire process data. Features include support for PCH, Gcov, distributed preprocessing, and more. -disttask-cc.pluginTips=Example:
\n bk-booster -bt cc -p $ TURBO_PLAN_ID --hook -a \"\"

\nNote: If your compilation environment is a "private build machine", please run the installation script with root privileges on the machine in advance:
\n /bin/bash -c \"$(curl http://devgw.devops.oa.com/turbo-client/disttask/install.sh)\"

\nFor more detailed instructions, please refer to the documentation +disttask-cc.pluginTips=Example:
\nbk-booster -bt cc -p $TURBO_PLAN_ID --hook -a 'Your build script or command'

\nNote: If your compilation environment is a "private build machine", please run the installation script with root privileges on the machine in advance:
\n /bin/bash -c \"$(curl http://devgw.devops.oa.com/turbo-client/disttask/install.sh)\"

\nFor more detailed instructions, please refer to the documentation disttask-cc.userManual.0=After the acceleration plan is configured, there are two ways to use: disttask-cc.userManual.1=Method 1: disttask-cc.userManual.2=Used in the pipeline, add the [Turbo-Compilation Acceleration] plugin, select the acceleration scheme, configure the acceleration script, and execute the pipeline. @@ -31,7 +31,7 @@ disttask-ue4.paramConfig.worker_version.paramEnum.macvm=MacOS General Environmen disttask-ue4.paramConfig.worker_version.paramEnum.tlinux2.2-generic=TLinux2.2 General Environment disttask-ue4.paramConfig.queue_name.paramName=Acceleration OS -distcc.desc=\u3010Deprecated\u3011Traditional distcc approach, suitable for C/C++ compilation under Linux. +distcc.desc=[Deprecated]Traditional distcc approach, suitable for C/C++ compilation under Linux. distcc.pluginTips=Example:
\nbk-make -p $TURBO_PLAN_ID -a \"all\"

\nNote: If your build environment is a \"privately imported build machine,\" please first download the client on the machine here, extract it, and install it with root privileges:
\ntar -zxf LD_Turbo_install.tar.gz && cd LD_Turbo_install && sh install.sh

\nFor more detailed instructions, please refer to the documentation. distcc.userManual.0=After the acceleration plan is configured, there are three access methods: distcc.userManual.1=Method 1