Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 9 years ago

Closed 8 years ago

#421 closed defect (worksforme)

INSTALL_COPYABLE doesn't work

Reported by: landauf Owned by: nobody
Priority: major Milestone:
Component: Cmake Version: 0.0.4
Keywords: Cc:
Referenced By: References:

Description

I tried to use INSTALL_COPYABLE=true which means that the buildsystem should use only relative paths in orxonox (according to the documentation?), but I still wasn't able to run the compiled game on a different computer. I found lots of absolute paths in the compiled code, so something clearly doesn't work as it should.

Change History (1)

comment:1 Changed 8 years ago by landauf

  • Resolution set to worksforme
  • Status changed from new to closed

It works actually, but as long as the file 'orxonox_dev_build.keep_me' is in the bin directory, orxonox will use absolute paths. Remove the file, or better: make a release build and use 'make install' to create a copyable installation.

Note: See TracTickets for help on using tickets.