From 80683b17e5a80e0e5eb709e3f248ff1a188e4a37 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 25 Sep 2024 21:42:27 +0800 Subject: [PATCH] update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d3de8ee..12d60b5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ ```bash git clone --recurse-submodules https://git.zziyu.cn/Zengtudor/DNASequence.git +# 推荐使用cmake构建,不再维护xmake构建方式 + +# cmake构建 + +cmake -B build -DCMAKE_BUILD_TYPE=Release +cmake --build build + +#xmake构建 + #编译 -v 表示 verbose 输出详细编译信息具体说明去上面的xmake链接看看 xmake b -v # 运行