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.
 
 
 
 
 
 
star\zhenghan 6331aba4c1 提交目前的功能 3 years ago
..
Include 提交目前的功能 3 years ago
Source 提交目前的功能 3 years ago
cmake 提交目前的功能 3 years ago
CMakeLists.txt 提交目前的功能 3 years ago
Readme.md 提交目前的功能 3 years ago
make_android.sh 提交目前的功能 3 years ago
make_ios.sh 提交目前的功能 3 years ago
make_linux32.sh 提交目前的功能 3 years ago
make_linux64.sh 提交目前的功能 3 years ago
make_osx.sh 提交目前的功能 3 years ago
make_uwp.bat 提交目前的功能 3 years ago
make_win32.bat 提交目前的功能 3 years ago
make_win64.bat 提交目前的功能 3 years ago

Readme.md

目录介绍

./cmake/: 用于Android和IOS构建的cmake文件

./Include/: 用于P/Invoke的头文件

./Source/: 用于P/Invoke的Cpp文件

CmakeLists.txt: CmakeLists文件

其余批处理文件皆为一键生成对应平台动态/静态链接库的入口,直接执行即可

比如要编译linux版本的动态链接库,则需要通过在Linux上通过命令行来执行sh文件

编译步骤

clone recastnavigation 仓库到本地 将本目录直接复制粘贴到Clone的recastnavigation目录 image 随后执行批处理程序即可