Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
icub:icub_install_ode [2012/11/12 14:27] ramirezkicub:icub_install_ode [2012/11/28 15:02] (current) jansohn
Line 1: Line 1:
 +====== Linux: Install ODE ======
  
 +This library is needed for the iCub simulator. It is recommended **not** to use the Debian/Ubuntu packages 
 +as large amount of numerical problems will appear.
 +
 +The simulator supports single and double precision. Double precision is recommended and important if planning 
 +to import 3D models into the simulator.
 +
 +Get the sources from here: [[http://www.ode.org/download.html]]
 +
 +Extract the archive:
 +  tar -C ~/local/src/ -xvf ~/Downloads/ode-0.12.tar.bz2
 +  
 +Generate and make:
 +  cd ~/local/src/ode-0.12
 +  mkdir build_user && cd build_user
 +  # optional parameters: --enable-shared --disable-drawstuff --disable-demos
 +  ../configure --enable-double-precision
 +  make
 +  sudo make install
 +
 +Add the ODE path to the end of your bashrc (change path if you did a local installation!):
 +  gedit ~/.bashrc
 +  export ODE_DIR=/usr/local
 +  
 
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki