Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial4/bin/run.in @ 9680

Last change on this file since 9680 was 9680, checked in by smerkli, 11 years ago

Added an environment export to the run script so people don't
have to worry this afternoon when doing the tutorial. A better way
has to be found for this.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 209 bytes
Line 
1#!/bin/sh
2# convenience script for starting orxonox on Linux
3
4export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib"
5exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ $@
Note: See TracBrowser for help on using the repository browser.