CodePudding user response:
Use this tool premake5 compiledhttps://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 under2. 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