Skip to content

Instantly share code, notes, and snippets.

@noppolp
Last active August 29, 2015 14:22
Show Gist options
  • Save noppolp/2bffb836cc5dabf4f1ef to your computer and use it in GitHub Desktop.
Save noppolp/2bffb836cc5dabf4f1ef to your computer and use it in GitHub Desktop.
Run c++ app with shared lib script
#!/bin/sh
export LD_LIBRARY_PATH=/home/deploy/olivdvr/lib:/home/deploy/olivdvr/lib/HCNetSDKCom:$LD_LIBRARY_PATH
exec /home/deploy/olivdvr/lib/OLIV_CaptureBox $*
# create link
# sudo ln -s /home/deploy/run_olivdvr /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment