Author: mwise
Date: Mon Feb 16 11:50:34 2009
New Revision: 4227

URL: http://svn.slimdevices.com/jive?rev=4227&view=rev
Log:
Basic startup script for SqueezePlay on Linux.

Modified:
    7.4/trunk/squeezeplay/src/squeezeplay_desktop/squeezeplay.sh

Modified: 7.4/trunk/squeezeplay/src/squeezeplay_desktop/squeezeplay.sh
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay_desktop/squeezeplay.sh?rev=4227&r1=4226&r2=4227&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay_desktop/squeezeplay.sh (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay_desktop/squeezeplay.sh Mon Feb 16 
11:50:34 2009
@@ -1,1 +1,17 @@
-#placeholder for Matt W.
+#!/bin/sh
+
+##
+## This script is a basic startup script for the SqueezePlay binary (jive) 
that requires a few environment variables be set.
+##
+
+## Change these if you changed your install path
+INSTALL_DIR=/opt/squeezeplay/
+LIB_DIR=$INSTALL_DIR/lib
+INC_DIR=$INSTALL_DIR/inc
+
+## Start up
+export LD_LIBRARY_PATH=$LIB_DIR:$LD_LIBRARY_PATH
+export LD_INCLUDE_PATH=$INC_DIR:$LD_INCLUDE_PATH
+
+$INSTALL_DIR/bin/jive
+

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to