view termapp/run.sh @ 13:b82da07b6800

Added run script to set up environment.
author samer
date Mon, 20 Feb 2012 15:02:59 +0000
parents
children
line wrap: on
line source
#!/bin/sh
export OPEN_NI_INSTALL_PATH=/opt/OpenNI
DYLD_FALLBACK_LIBRARY_PATH=$OPEN_NI_INSTALL_PATH/usr/lib ./termapp "$@"