Difference: GeneralNotes (5 vs. 6)

Revision 62007-06-12 - rmcantin

Line: 1 to 1
 
META TOPICPARENT name="Robots"
Notes from Robuddies January 23, 2006
Line: 45 to 45
  -- DavidMeger - 13 Feb 2007
Added:
>
>
I found installing ImageMagick really tedious, so I tried to use the one installed in ROBHOME. However, it needs slightly different environment variables:

  • export ROBHOME="/.autofs/homes/ubccshome/s/simra"
  • export MAGICK_HOME="${ROBHOME}"
  • export FASTSLAM_HOME="/.autofs/homes/ubccshome/r/rmcantin/simcode/fastslam"
  • export CPATH="${CPATH}:${MAGICK_HOME}/lib:${MAGICK_HOME}/include"
  • export PYTHONPATH="/usr/lib/python2.4"
  • export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/cs/public/lib/pkgconfig:/lci/project/raid1/elinas/gtk/lib/pkgconfig:${MAGICK_HOME}/lib/pkgconfig"
  • export LD_LIBRARY_PATH="${ROBHOME}/mrl/lib:${ROBHOME}/mrl/lib/Robodaemon:${ROBHOME}/lib:${ROBHOME}/ai/lib: ${ROBHOME}/Localize/lib:${ROBHOME}/ai/aim/usr/lib:/cs/public/lib/pkg/:${MAGICK_HOME}/lib"
  • export PATH="${PATH}:${MAGICK_HOME}/bin"

Note that I'm using bash shell and that's why I use export instead of setenv.

-- Main.rmcantin - 12 Jun 2007

 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback