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