本文主要是介绍《Ogre一步一步学开发》 一、Ogre源码编译与安装,从源代码开始构建Ogre图文教程(Ogre 1.12.1 Source + VS2019 + Windows10),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
一、电脑需要已经安装下列软件环境:
- Visual Studio 2019
下载地址:https://visualstudio.microsoft.com/zh-hans/downloads/ - CMake 3.14.5
下载文件 cmake-3.14.5-win64-x64.msi 后安装
下载地址: https://cmake.org/download/ - DirectX SDK
① 下载文件 DXSDK_Jun10.exe 后安装即可。
DXSDK_Jun10.exe下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=6812
② 如果系统已经安装过
Microsoft Visual C++ 2010 x86 Redistributable - 1010.0.40219
Microsoft Visual C++ 2010 x64 Redistributable - 1010.0.40219
则会出现【错误Error Code:s1023】提示,卸载更高版本的
Microsoft Visual C++ 2010 x86 Redistributable - 1010.0.40219
Microsoft Visual C++ 2010 x64 Redistributable - 1010.0.40219
再重新安装DXSDK_Jun10.exe 即可,安装完后,下载1010.0.40219版升级回来即可。
Visual C++ 2010 Redistributable下载地址:http://www.microsoft.com/en-us/download/details.aspx?id=26999
二、Ogre源码编译与安装
4. 配置过程
① 下载Ogre编译所需要的依赖项:ogredeps ;https://bitbucket.org/cabalistic/ogredeps/downloads/
② 下载Ogre源码1.12.1(OGRE 1.12.1 source)
这篇关于《Ogre一步一步学开发》 一、Ogre源码编译与安装,从源代码开始构建Ogre图文教程(Ogre 1.12.1 Source + VS2019 + Windows10)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!