summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-12-25 02:15:40 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-12-25 02:15:40 (GMT)
commit4cc6e2a1b1b5dacb75abaa6f35d81abb7dc8c8ed (patch)
tree12dbda9fbdfda4e5af60405fe6a117d2b0822e73 /scripts
parent51259e6caacb6049095a85af9f1aa0c5761f280c (diff)
a workaround for LD_LIBRARY_PATH having to be set every time you want to
run openscad if you build your own dependencies.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/openscad-unirun.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/openscad-unirun.sh b/scripts/openscad-unirun.sh
new file mode 100755
index 0000000..b0836eb
--- /dev/null
+++ b/scripts/openscad-unirun.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+LD_LIBRARY_PATH=$HOME/openscad_deps/lib:$HOME/openscad_deps/lib64:$LD_LIBRARY_PATH openscad
+
contact: Jan Huwald // Impressum