更新 README.md

This commit is contained in:
taynpg 2025-02-17 10:51:32 +08:00
parent 4e158b3065
commit 8aa530aff1

View File

@ -114,7 +114,7 @@ ${CURRENT}/xxx.zip|D:\
# 编译
当前项目支持`xmake`和`cmake`构建工具。
当前项目支持`cmake`构建工具。
```shell
git clone --recursive https://www.sinxmiao.cn/taynpg/transm
@ -122,8 +122,6 @@ git clone --recursive https://www.sinxmiao.cn/taynpg/transm
## 1.常规编译
xmake:`xmake`
cmake:`cmake -Bbuild -DCMAKE_BUILD_TYPE=Release``cmake --build build --config Release`
## 2.XP系统编译