mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
0d70a597cd
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>
2 lines
81 B
Bash
Executable file
2 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
LD_LIBRARY_PATH=install/lib:$LD_LIBRARY_PATH ./subsurface/subsurface
|