RoboCup Simulator

From RoboJackets Wiki
Revision as of 14:32, 28 September 2008 by Shtylman (talk | contribs)
Jump to navigation Jump to search

64 bit

  • perform the following actions to be able to compile for a 64bit system
  1. sudo dpkg -i --force-architecture libphysx-*
  2. sudo aptitude install libc6-dev-i386
  3. sudo aptitude install g++-multilib
  4. make symbolic links to libraries in lib32
    • ln -s libQtOpenGL.so.4 libQtOpenGL.so
    • ln -s libQtCore.so.4 libQtCore.so