rust-cmaker/README.md
2023-04-17 14:55:54 +08:00

14 lines
399 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rust-cmaker
#### 介绍
> 2023年了谁还在用传统cmake啊大嘘
用rust封装MinGW的命令方便一键在vscode中构建c/c++简单项目
#### 使用说明
1. 将本程序加入到Path或者干脆在每一个c/c++项目的根目录中加入一个,反正它不大
2. 使用`--help`命令行参数查看使用说明
3. 测试版需要环境里已经有gcc、g++的环境变量