Difference between revisions of "Compiling ODE, KODEX, and MISS"

From IridiaWiki
Jump to navigationJump to search
Line 2: Line 2:
   
 
== Obtaining ODE, KODEX and MISS ==
 
== Obtaining ODE, KODEX and MISS ==
 
 
You can either [http://www.kovan.ceng.metu.edu.tr/~soysal/KODEX/ download ODE, KODEX and MISS from the (semi)official] or you can [http://iridia.ulb.ac.be/~alyhne/odeinstall download a local version] of the sources used for this how-to.
 
You can either [http://www.kovan.ceng.metu.edu.tr/~soysal/KODEX/ download ODE, KODEX and MISS from the (semi)official] or you can [http://iridia.ulb.ac.be/~alyhne/odeinstall download a local version] of the sources used for this how-to.
  +
  +
  +
First compile ODE, then move it so that it becomes a subdirectory of KODEX, and compile KODEX. Both projects should compile in the usual way, e.g.
  +
  +
<pre>
  +
~/sbot/ode/kodex-0.5.3/ode$ ./configure
  +
..
  +
  +
~/sbot/ode/kodex-0.5.3/ode$ make
  +
..
  +
  +
~/sbot/ode/kodex-0.5.3/ode$ cd ..
  +
~/sbot/ode/kodex-0.5.3$ ./configure
  +
..
  +
  +
~/sbot/ode/kodex-0.5.3/ode$ make
  +
..
  +
</pre>

Revision as of 20:01, 7 January 2005

This how-to is on compiling ODE, KODEX and MISS for those who want to move to ODE instead of VORTEX.

Obtaining ODE, KODEX and MISS

You can either download ODE, KODEX and MISS from the (semi)official or you can download a local version of the sources used for this how-to.


First compile ODE, then move it so that it becomes a subdirectory of KODEX, and compile KODEX. Both projects should compile in the usual way, e.g.

~/sbot/ode/kodex-0.5.3/ode$ ./configure
..

~/sbot/ode/kodex-0.5.3/ode$ make
..

~/sbot/ode/kodex-0.5.3/ode$ cd ..
~/sbot/ode/kodex-0.5.3$ ./configure
..

~/sbot/ode/kodex-0.5.3/ode$ make
..