diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 23:37:59 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 23:37:59 (GMT) |
commit | 89f3b31b6b3d933bf6f53d536837c04c76b74758 (patch) | |
tree | 0269b423ab8c81070313e2c6ee59de1291e64a6a | |
parent | 238cf8570dc9916f2fe18f73c7e0b1ca48653469 (diff) |
warn user about old local copies of libraries
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -145,6 +145,7 @@ dependencies, check their versions. You can run this script to help you: ./scripts/check-dependencies.sh +Take care that you don't have old local copies anywhere (/usr/local/). If all dependencies are present and of a high enough version, skip ahead to the Compilation instructions. If some are missing or old, then you can download and build dependencies into $HOME/openscad_deps as follows: |