From c0eb1da5da7970438129c33942471f62ed830b54 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Tue, 12 Sep 2023 10:46:18 +0800 Subject: [PATCH] =?UTF-8?q?Created=20=E7=B3=BB=E7=BB=9F=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 系统构建.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 系统构建.md diff --git a/系统构建.md b/系统构建.md new file mode 100644 index 0000000..0fd49f8 --- /dev/null +++ b/系统构建.md @@ -0,0 +1,12 @@ +目前可支持两种构建方式, 分别为Standalone和的Distributed构建方式 +### Standalone + +执行assembly/bin/build-standalone.sh脚本即可 + +### Distributed + +分别执行assembly/bin/build-semantic.sh和assembly/bin/build-chat.sh脚本 + +PS: +1. 下载下来的release包已Standalone的方式构建好 +2. 针对Windows系统, 均有提供对应的bat脚本 \ No newline at end of file