@ -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
# 运行
The note is not visible to the blocked user.