hunting/README.md
2023-09-10 07:09:00 -07:00

15 lines
440 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.

# 1. README
## 1.1. 编译
   架构设计上支持去平台编译和运行。
### 1.1.1. Ubuntu系统
在项目根目录下执行命令:
```
make clean // 如果之前有跨平台编译过需要先make clean
make cmake // 构建源码生成Makefile文件
cd cmake-shell/ // 在中间文件目录进行编译,把所有中间文件创建在此目录
make // 编译全部输出构建文件
```