This commit is contained in:
Zengtudor 2024-09-25 21:42:27 +08:00
parent 79fa9e5d13
commit 80683b17e5

View File

@ -11,6 +11,15 @@
```bash ```bash
git clone --recurse-submodules https://git.zziyu.cn/Zengtudor/DNASequence.git 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链接看看 #编译 -v 表示 verbose 输出详细编译信息具体说明去上面的xmake链接看看
xmake b -v xmake b -v
# 运行 # 运行