Difference between revisions of "Compiling ogre"

From SfzWiki
Jump to: navigation, search
Line 15: Line 15:
 
./bootstrap
 
./bootstrap
 
# NDEBUG=1 : prevent particle bbox asserts  
 
# NDEBUG=1 : prevent particle bbox asserts  
./configure --with-gui=gtk CXXFLAGS="NDEBUG=1"       
+
./configure --with-gui=gtk CXXFLAGS="-DNDEBUG=1"       
 
make
 
make
 
make install
 
make install

Revision as of 21:06, 11 July 2008

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
# NDEBUG=1 : prevent particle bbox asserts 
./configure --with-gui=gtk CXXFLAGS="-DNDEBUG=1"       
make
make install
# add a line "/usr/local/lib" to /etc/ld.so.conf
/sbin/ldconfig
cd Samples/Common/bin/
./SkyBox