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