Compiling ogre

From SfzWiki
Revision as of 18:32, 11 July 2008 by Ghoulsblade (Talk | contribs)

Jump to: navigation, search

Ghoulsblade 19:42, 11 July 2008 (CEST) : just a few notes so far...

  • configure: error: "libxf86vm headers not found"
  • apt-get install libxxf86vm-dev


# get ogre source from http://ogre3d.org
cd ogrenew
aclocal
./bootstrap
./configure
make
make install
# add a line "/usr/local/lib" to /etc/ld.so.conf
/sbin/ldconfig
cd Samples/Common/bin/
./SkyBox