[Orxonox-commit 5014] r9680 - code/branches/tutorial4/bin
smerkli at orxonox.net
smerkli at orxonox.net
Mon Sep 30 10:46:17 CEST 2013
Author: smerkli
Date: 2013-09-30 10:46:17 +0200 (Mon, 30 Sep 2013)
New Revision: 9680
Modified:
code/branches/tutorial4/bin/run.in
Log:
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.
Modified: code/branches/tutorial4/bin/run.in
===================================================================
--- code/branches/tutorial4/bin/run.in 2013-09-30 07:54:58 UTC (rev 9679)
+++ code/branches/tutorial4/bin/run.in 2013-09-30 08:46:17 UTC (rev 9680)
@@ -1,4 +1,5 @@
#!/bin/sh
# convenience script for starting orxonox on Linux
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/pack/libcg-1.5-sd/amd64-debian-linux3.1/lib"
exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ $@
More information about the Orxonox-commit
mailing list