You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
713 B
19 lines
713 B
3 years ago
|
## 目录介绍
|
||
|
./cmake/: 用于Android和IOS构建的cmake文件
|
||
|
|
||
|
./Include/: 用于P/Invoke的头文件
|
||
|
|
||
|
./Source/: 用于P/Invoke的Cpp文件
|
||
|
|
||
|
CmakeLists.txt: CmakeLists文件
|
||
|
|
||
|
其余批处理文件皆为一键生成对应平台动态/静态链接库的入口,直接执行即可
|
||
|
|
||
|
比如要编译linux版本的动态链接库,则需要通过在Linux上通过命令行来执行sh文件
|
||
|
|
||
|
## 编译步骤
|
||
|
clone [recastnavigation](https://github.com/recastnavigation/recastnavigation) 仓库到本地
|
||
|
将本目录直接复制粘贴到Clone的recastnavigation目录
|
||
|

|
||
|
随后执行批处理程序即可
|