Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/scripts/Linux/README @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 846 bytes
Line 
1How to compile ogreode on linux
2---------------------------------------
3
41. download ogre3d (www.ogre3d.org)
5Unpack it (A directory called ogrenew will be created)
6Compile (./configure, make, make install)
7
82. Download ode (opende.sf.net), preferably from svn/cvs
9Unpack, compile (./configure, make, make install)
10
113. Download ois (http://sourceforge.net/projects/wgois)
12Unpack, compile (./configure, make, make install)
13
143. download ogreode (http://tuan.kuranes.free.fr/Ogre.html#OgreOde or get from cvs)
15(you have already done so)
16Unpack the file in a directory called ogreode, inside ogrenew. For example:
17wget http://tuan.kuranes.free.fr/OgreOde.zip
18cd ogrenew
19mkdir ogreode
20cd ogreode
21unzip ../../OgreOde.zip
22sh autogen.sh
23./configure
24make
25make install
26
27All examples will be installed inside ogre examples' dir (ogrenew/Samples/Common/bin/)
Note: See TracBrowser for help on using the repository browser.