diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-02 19:28:12 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-02 19:28:12 (GMT) |
commit | 27eac3ead0e2a9f6b35c41921b315ee2518f8142 (patch) | |
tree | 45bbdac9b119dfcf184ccf18ae08ce0ece35758a /scripts/uni-build-dependencies.sh | |
parent | c48520aa4a1316f42baea87d5c333d13f85caf56 (diff) |
clarify dependency on GLU in documentation
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-x | scripts/uni-build-dependencies.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh index bf3a2e8..f149090 100755 --- a/scripts/uni-build-dependencies.sh +++ b/scripts/uni-build-dependencies.sh @@ -24,14 +24,20 @@ # # Prerequisites: # - wget or curl -# - OpenGL (gl.h) +# - OpenGL (GL/gl.h) +# - GLU (GL/glu.h) # - gcc +# - Qt4 # # If your system lacks qt4, build like this: # # ./scripts/uni-build-dependencies.sh qt4 # . ./scripts/setenv-unibuild.sh # +# If your system lacks glu, try to build like this: +# +# ./scripts/uni-build-dependencies.sh glu +# # If you want to try Clang compiler (experimental, only works on linux): # # . ./scripts/setenv-unibuild.sh clang |