diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-07-04 05:31:22 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-07-04 05:31:22 (GMT) |
commit | 5b805ed5869d1f2b0bc3a9c18d565b4780a2d163 (patch) | |
tree | d119d9bfd4fcc9347b0782dc3661da3fcea2df45 /scripts/linux-build-dependencies.sh | |
parent | bbef180a218aa59f03ea7bcf389ff3d1a357907d (diff) |
wget or curl required. if curl isnt there, wget will fetch + build it
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 ) # |