diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-02 19:17:36 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-02 19:17:36 (GMT) |
commit | c48520aa4a1316f42baea87d5c333d13f85caf56 (patch) | |
tree | e24de24f7c8eb32cd46c72a798ddf929b1157b62 /scripts/uni-build-dependencies.sh | |
parent | 52cb3b00c2ce6981e3d3e7588fb11ab44b7c962f (diff) |
clarify documentation for QT4
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-x | scripts/uni-build-dependencies.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh index d1c8652..bf3a2e8 100755 --- a/scripts/uni-build-dependencies.sh +++ b/scripts/uni-build-dependencies.sh @@ -27,11 +27,16 @@ # - OpenGL (gl.h) # - gcc # -# Enable Clang (experimental, only works on linux): +# If your system lacks qt4, build like this: +# +# ./scripts/uni-build-dependencies.sh qt4 +# . ./scripts/setenv-unibuild.sh +# +# If you want to try Clang compiler (experimental, only works on linux): # # . ./scripts/setenv-unibuild.sh clang # -# Enable Qt5 (experimental) +# If you want to try Qt5 (experimental) # # . ./scripts/setenv-unibuild.sh qt5 # |