update
This commit is contained in:
parent
79fa9e5d13
commit
80683b17e5
@ -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
|
||||||
# 运行
|
# 运行
|
||||||
|
Loading…
Reference in New Issue
Block a user