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

7 years ago
  1. --- a/metashape.sh
  2. +++ b/metashape.sh
  3. @@ -7,7 +7,7 @@
  4. if [ "${dirname%$tmp}" != "/" ]; then
  5. dirname=$PWD/$dirname
  6. fi
  7. -
  8. +unset QT_PLUGIN_PATH
  9. TCL_LIBRARY=$dirname/python/lib/tcl8.5
  10. TK_LIBRARY=$dirname/python/lib/tk8.5
  11. export TCL_LIBRARY