Ogre on Linux (Mandriva)

To get [Ogre for Linux] running on [Mandriva], the first thing to do is run the [Easy URPMI] script.

You’ll need [zziplib]

urpmi zziplib0-devel

You’ll need [libsdl]

urpmi SDL-devel

You’ll need [Devil]

urpmi libdevil1-devel

You’ll need [Cg_Toolkit]

wget http://download.nvidia.com/developer/cg/Cg_1.4/Cg-1.4.0-4.i386.rpm
urpmi Cg-1.4.0-4.i386.rpm

You’ll need [GTK+]

urpmi gtk+-devel
wget ftp://ftp.gtk.org/pub/gtk/v2.8/atk-1.10.1.tar.gz
wget ftp://ftp.gtk.org/pub/gtk/v2.8/glib-2.8.3.tar.gz
urpmi libcairo2-devel
wget ftp://ftp.gtk.org/pub/gtk/v2.8/pango-1.10.1.tar.gz
wget ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-2.8.6.tar.gz

You’ll need [Mesa3d]

urpmi libMesaglut3-devel

You’ll need [Crazy Eddie (CeGUI)]
[CeGUI Source]

* * * * * COMPILING OGRE * * * * *
The configure script [logged this output]:

./configure --prefix=/usr

The ‘make ‘ script [logged this output].

The ‘make install’ script [logged this output].

The binaries appear here:

ogrenew/Samples/Common/bin/

Leave a Reply