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.
 
 

11 lines
242 B

--- a/metashape.sh
+++ b/metashape.sh
@@ -7,7 +7,7 @@
if [ "${dirname%$tmp}" != "/" ]; then
dirname=$PWD/$dirname
fi
-
+unset QT_PLUGIN_PATH
TCL_LIBRARY=$dirname/python/lib/tcl8.5
TK_LIBRARY=$dirname/python/lib/tk8.5
export TCL_LIBRARY