diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-04 06:04:16 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-04 06:04:16 (GMT) |
commit | 883c433e24e5f31791474d3f51925a3b55433ac8 (patch) | |
tree | 8a769ccb3b91fa493c3b20af16434e0f0d04fe81 /scripts/linux-build-dependencies.sh | |
parent | 9b0f148d2d71ae0d975912e1b405650a45f6b042 (diff) | |
parent | def43ad3169d4dfbbcc42de41ab405af35f7ec23 (diff) |
Merge branch 'linbuilder' of git@github.com:openscad/openscad into linbuilder
Diffstat (limited to 'scripts/linux-build-dependencies.sh')
-rwxr-xr-x | scripts/linux-build-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux-build-dependencies.sh b/scripts/linux-build-dependencies.sh index 286399b..aef58b9 100755 --- a/scripts/linux-build-dependencies.sh +++ b/scripts/linux-build-dependencies.sh @@ -7,7 +7,7 @@ # Usage: linux-build-dependencies.sh # # Prerequisites: -# - wget +# - wget or curl # - Qt4 # - cmake 2.8 ( force build_cmake at bottom if yours is too old ) # |