Skip to content

Commit 0598e80

Browse files
committed
增加wiki帮助
1 parent 7e0b76b commit 0598e80

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/img/build.png

37.9 KB
Loading

doc/如何构建.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
本工程使用cmake做为项目管理,以utf8做为代码格式(所以在window上,vs2015以下的版本编译前,先要做格式转换).
2+
3+
### 基本环境:
4+
* cmake下载地址(必选):https://cmake.org/download/
5+
* 编译器(必选): vs,g++,clang等支持c++11编译器即可
6+
* swig下载地址(可选,如需要绑定至脚本语言时需要): http://www.swig.org/download.html
7+
8+
### windows平台构建方法

0 commit comments

Comments
 (0)