Personal tools

Installing trep (Debian Linux)

From RoboticsWiki

Jump to: navigation, search
  • Install the pre-requisites: sudo aptitude install python2.5 python2.5-dev python-opengl python-numpy python-imaging
  • Get the trep sources
  • Build trep: make
  • Install trep: sudo make install
  • Check installation by running the included demos. Read the demos/readme.txt for instructions.