Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9688


Ignore:
Timestamp:
Oct 7, 2013, 10:29:49 AM (11 years ago)
Author:
jo
Message:

Fix for the problem that CG Library was not found on the tardis machines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/LibraryConfigTardis.cmake

    r9673 r9688  
    7070  LIST(APPEND CMAKE_LIBRARY_PATH "/usr/pack/ogre-1.6.1-sd/amd64-debian-linux5.0")
    7171
     72  #Solution to the problem that on the new tardis machines, we needed to run Orxonox with the command
     73  # bash && LD_LIBRARY_PATH=/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib/ ./run
     74  link_directories(/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib/)
    7275  #SET(ENV{CEGUIDIR}    "/usr/pack/cegui-0.6.2-sd;/usr/pack/cegui-0.6.2-sd/i686-debian-linux5.0")
    7376  #SET(ENV{ENETDIR}     "/usr/pack/enet-1.2-sd;/usr/pack/enet-1.2-sd/i686-debian-linux4.0")
Note: See TracChangeset for help on using the changeset viewer.