Home > other >  Recastnavigation please guide how to compile this software
Recastnavigation please guide how to compile this software

Time:09-20

Younger brother novice won't compile and install the software for the great god explain installation method hope I with detail for days people are stupid baidu did not online tutorial estimates that want to use this without me such a small white after installation of software here http://pan.baidu.com/s/1jIrUdlc and should be how to do ah I listen to other people said this as long as make a figure can achieve the characters of automatic pathfinding conveniently to explain the usage of the younger brother after installed here thank you very much thank you very much

CodePudding user response:

Use this tool premake5 compiled
https://github.com/recastnavigation/recastnavigation
http://blog.csdn.net/zhuanshenweiliu/article/details/37511661

CodePudding user response:

1. Download premake5. Exe (http://premake.github.io) into RecastDemo under
2. Download SDL2 (https://www.libsdl.org/download-2.0.php) of the source code (SDL2-2.0.7.zip) to RecastDemo \ Contrib, renamed SDL
3. Enter the RecastDemo \ Contrib \ SDL \ VisualC opened the SDL SLNS compile detected
4. After successful compilation RecastDemo \ Contrib \ SDL \ VisualC \ Win32 \ Debug under
SDL2. DLL
SDL2. Lib
SDL2main. Lib
Copy to RecastDemo \ Contrib \ \ lib \ SDL x86 under (no directory is created)
5. Issue a CMD into RecastDemo directory, type: premake5 vs2012 (vs versions of the corresponding you here)
6. Enter the RecastDemo \ Build \ vs2012 open project recastnavigation SLNS and compile detected
After a successful run into RecastDemo \ Bin RecastDemo. Exe
  • Related