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
目录
相关文章
|
1月前
|
存储 JSON C++
Qt cmake 增加qml文件:深度剖析Qt cmake 的qt_add_qml_module函数
Qt cmake 增加qml文件:深度剖析Qt cmake 的qt_add_qml_module函数
29 0
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"
147 0
Anaconda Navigator:could not find or load the QT platform plugin "window in"
Qt&Vtk-021-HelloWorld
Qt&Vtk-021-HelloWorld
111 0
Qt&Vtk-021-HelloWorld
|
C++ Windows
编译WINDOWS版SDL2:You should run hg revert SDL_config.h
编译WINDOWS版SDL2:You should run hg revert SDL_config.h
480 0
|
C语言
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打开的工程文件夹的绝对路径中存在中文字符,只需将工...
5651 0