diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-30 00:07:57 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-30 00:07:57 (GMT) |
commit | 158e760b4dbda42079db41e580ee191be5c4c65f (patch) | |
tree | e2994c47c9d299af347bfcef64d83f212f4d78cb /scripts/uni-build-dependencies.sh | |
parent | 87f2d39901560526745e337f27bd2dc017f5ddd1 (diff) |
clarify comments
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-x | scripts/uni-build-dependencies.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh index 9da08aa..88f2cf8 100755 --- a/scripts/uni-build-dependencies.sh +++ b/scripts/uni-build-dependencies.sh @@ -5,8 +5,7 @@ # later, as described in the file named 'COPYING' in OpenSCAD's project root. # This script builds most dependencies, both libraries and binary tools, -# of OpenSCAD for Linux/BSD. It won't build QT or gcc. It is based on -# macosx-build-dependencies.sh +# of OpenSCAD for Linux/BSD. It is based on macosx-build-dependencies.sh # # By default it builds under $HOME/openscad_deps. You can alter this by # setting the BASEDIR environment variable or with the 'out of tree' |