Difference between revisions of "RoboCup Simulator"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| − | ''sudo dpkg -i --force-architecture libphysx-*'' | + | ==64 bit== |
| + | * perform the following actions to be able to compile for a 64bit system | ||
| + | # ''sudo dpkg -i --force-architecture libphysx-*'' | ||
| + | # ''sudo aptitude install libc6-dev-i386'' | ||
| + | # ''sudo aptitude install g++-multilib'' | ||
| + | # make symbolic links to libraries in lib32 | ||
| + | #* ''ln -s libQtOpenGL.so.4 libQtOpenGL.so'' | ||
| + | #* ''ln -s libQtCore.so.4 libQtCore.so'' | ||
Revision as of 13:32, 28 September 2008
64 bit
- perform the following actions to be able to compile for a 64bit system
- sudo dpkg -i --force-architecture libphysx-*
- sudo aptitude install libc6-dev-i386
- sudo aptitude install g++-multilib
- make symbolic links to libraries in lib32
- ln -s libQtOpenGL.so.4 libQtOpenGL.so
- ln -s libQtCore.so.4 libQtCore.so