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

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

转载自:http://qbic.sourceforge.net/node/6

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
Attachment Size
ogre_cvs.sh 3.3 KB


你可能感兴趣的:(Use our script to build OGRE, CEGUI, FreeImage, Cg and OIS from CVS)