diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-25 02:15:40 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-25 02:15:40 (GMT) |
commit | 4cc6e2a1b1b5dacb75abaa6f35d81abb7dc8c8ed (patch) | |
tree | 12dbda9fbdfda4e5af60405fe6a117d2b0822e73 /README.md | |
parent | 51259e6caacb6049095a85af9f1aa0c5761f280c (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 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -174,7 +174,14 @@ check dependencies source ./scripts/setenv-unibuild.sh ./scripts/check-dependencies.sh -Then follow the Compilation instructions below. +Then follow the Compilation instructions below. + +Note that if you build dependencies with this method, you may have to +modify your LD_LIBRARY_PATH environment variable every time you run the +openscad binary to avoid library problems. A workaround script called +"openscad-unirun.sh" has been included to solve this: copy it somewhere +in your PATH (/usr/local/bin) and run 'openscad-unirun.sh' instead of +the openscad binary. ### Building for Windows |