subsurface/scripts/run.sh
Dirk Hohndel 0d70a597cd Add build and run script for people wanting to build from source
These scripts should make it easier to build from source on platforms
where we don't supply binaries. They should ensure the correct libraries
are build and then used at run time

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-02-17 13:10:45 -08:00

2 lines
81 B
Bash
Executable file

#!/bin/bash
LD_LIBRARY_PATH=install/lib:$LD_LIBRARY_PATH ./subsurface/subsurface