CEGUI及sample编译

简介: 编译 CEGUI.sln,以及 CEGUISamples.sln。 确保的CEGUI-0.7.4 SDK,以及 dependencies 都在(如果没有去官网,或者其他地方下载:如csdn)。
  1. 编译 CEGUI.sln,以及 CEGUISamples.sln。
    1. 确保的CEGUI-0.7.4 SDK,以及 dependencies 都在(如果没有去官网,或者其他地方下载:如csdn)。
    2. 将 dependencies 放进 CEGUI-0.7.4 SDK 文件夹内。
    3. 将 \CEGUI-0.7.4\dependencies\bin 下面的所有文件拷贝到 \CEGUI-0.7.4\bin。
    4. 在 \CEGUI-0.7.4\projects\premake 内运行 build_vs2008.bat,build_samples_vs2008.bat 两个批处理文件,来生成 CEGUI.sln, CEGUISamples.sln。
    5. 打开 CEGUI.sln,选择 Debug 编译选项,rebuild solution。(应该能编译成功,如果不行应该是没有 dependencies 文件夹)
    6. 打开 CEGUISamples.sln,选择 Debug 编译选项, rebuild solution。(应该能编译成功,如果不行应该是没有 dependencies 文件夹)

  2. 运行 CEGUISamples.sln 内的示例工程。
    1. 工程默认没有设置工作目录,将此工程的工作目录设置为:$(OutDir)
相关文章
|
C语言 Android开发 Windows
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
解决windows下eclipse创建project时没有include导致出现“unresolved inclusion: <stdio.h>”错误的方法
|
2月前
|
网络协议 C++
解决MASM32代码汇编出错: error A2181: initializer must be a string or single item
解决MASM32代码汇编出错: error A2181: initializer must be a string or single item
|
Linux 开发工具 C语言
hi3559 C/C++混编 makefile(基于官方sample)
由于个人需要想做海思的C++和C混编,好像不认真学一学makefile不行了 本人博客,csdn搬运 main函数是卸载cpp里面的,写在c里面的就是给你们提供一个思路了 弄明白了有空自己写呐,海思的makefile感觉嵌套的太冗余了,正常开发一个片子用不到呐
252 0
STM32 Keil工程中使用abs函数报警告 warning: #223-D: function "abs" declared implicitly
STM32 Keil工程中使用abs函数报警告 warning: #223-D: function "abs" declared implicitly
919 0
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
560 0
CodeBlocks中运行出现undifined reference to std::cxxll:basic_string错误解决方案
编译OpenJDK12:atomic.hpp: fatal error C1189: size_t is not WORD_SIZE(换了VS2017编译)
编译OpenJDK12:atomic.hpp: fatal error C1189: size_t is not WORD_SIZE(换了VS2017编译)
95 0
|
C++
C++Qt | 无法打开源文件:“x64\Debug\moc_xxx.cpp”怎么办。
编译时报错: 1>c1xx : fatal error C1083: 无法打开源文件:“x64\Debug\Res\src\Vlc\include\moc_AVPlayer.cpp”: No such file or directory的解决办法。
488 0
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
关于 海思平台sample的demo中添加ffmpeg静态库(.a)报错误undefined reference toavpriv_pix_fmt_hps_avi等错误 的解决方法
|
编译器 计算机视觉
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
关于 Qt编译时使用msvc编译器报错“Error: cannot open ...main.obj.10836.32.jom for write” 的解决方法
|
编译器 C语言 Windows
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。
561 0
windows下在QT里调用ffmpeg库处理音频视频数据时,出现error missing -D__STDC_FORMAT_MACROS 错误的解决方法(MINGW32编译器)。