开发者社区> 杨粼波> 正文

Use our script to build OGRE, CEGUI, FreeImage, Cg and OIS from CVS

简介:
+关注继续查看

If you don't want to make your hands dirty, I really recommend using our script to meet the requirements to build QBIC. It works great for x86 32 Bit machines running Ubunut 6.10. If you're on a Mac, you should modifiy the Cg download url for instance.

We are working with the current development/CVS version of OGRE 3D version called 'Eihort'. If you are programming on Ubuntu 6.10 you can use the attached script file (ogre_cvs.sh) to download and build OGRE with all required libraries and package dependencies. Run the script as a normal user. You will be asked for your root password at the beginning when downloading the dependency packages via apt-get. Later you'll be asked for the OGRE CVS password for the anonymous user where you can just hit enter.

The OGRE library will be installed in these places:

  • Include files in /usr/include/OGRE
  • *.so files in /usr/lib and /usr/lib/OGRE

The CEGUI library will be installed in these places:

  • Include files in /usr/include/CEGUI
  • *.so files in /usr/lib

The FreeImage library will be installed in these places:

  • Include files in /usr/include
  • *.so files in /usr/lib

The OIS library will be installed in these places:

  • Include files in /usr/include/OIS
  • *.so files in /usr/lib

The Cg library will be installed in these places:

  • Include files in /usr/include/Cg
  • *.so files in /usr/lib

版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。

相关文章
Anaconda Navigator:could not find or load the QT platform plugin "window in"
Anaconda Navigator:could not find or load the QT platform plugin "window in"
34 0
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
未解决:configure: error: XCode tool ‘metal‘ neither found in path nor with xcrunchecking for metal...
19 0
交叉编译opencv:undefined reference to `png_riffle_palette_neon
交叉编译opencv:undefined reference to `png_riffle_palette_neon
22 0
QT5在windows下调用OpenCV库出现: undefined reference to `xxxxx' 错误解决办法(适用MinGW编译器)。
QT5在windows下调用OpenCV库出现: undefined reference to `xxxxx' 错误解决办法(适用MinGW编译器)。
941 0
Qt-QML-Charts-ChartView-编译错误-ASSERT: “!“No style available without QApplication!
昨天本来是回家想好好琢磨一下使用Chart来绘制曲线的,奈何在建立项目的时候也就卡住了,加上心情比较烦躁,也没有耐心寻找答案就草草了事。所以今天继续搞定这个。
176 0
编译WINDOWS版SDL2:You should run hg revert SDL_config.h
编译WINDOWS版SDL2:You should run hg revert SDL_config.h
97 0
Qt Creator新安装后运行一个程序后,出现错误:Error while building/deploying project dict-qt (kit: Desktop Qt 5.10.0 MinGW 32bit) When executing step "qmake"
1、环境介绍:在windows10 Pro下,当前Qt Creator版本,如下图所示: 2、问题描述:当用Qt Creator新建一个工程后,按Ctrl + R 构建/部署时,出现问题,问题截图如下: 3、解决方案:这是由于Qt Creator打开的工程文件夹的绝对路径中存在中文字符,只需将工...
4994 0
+关注
杨粼波
网游的老兵
文章
问答
文章排行榜
最热
最新
相关电子书
更多
低代码开发师(初级)实战教程
立即下载
阿里巴巴DevOps 最佳实践手册
立即下载
冬季实战营第三期:MySQL数据库进阶实战
立即下载