Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/pano2vr.sh
|
|
+++ b/pano2vr.sh
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
appname=pano2vr
|
|
-dirname="$( cd "$(dirname "$0")" ; pwd -P )"
|
|
+dirname="$( cd "/opt/$appname" ; pwd -P )"
|
|
cd $dirname
|
|
# Set the absolute path for the Qt library
|
|
# I know this is a not a nice solution, but this was the only way I got the webview working
|