Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9993


Ignore:
Timestamp:
Mar 6, 2014, 10:19:17 AM (10 years ago)
Author:
smerkli
Message:

Backported a library fix I did in the trunk a while ago
so the tutorial works on the new tardis boxes too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial4/cmake/LibraryConfigTardis.cmake

    r9673 r9993  
    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.