Clarified dependency list.

This commit is contained in:
Camilla Berglund 2014-06-18 16:13:49 +02:00
parent 7123bcfc3e
commit 20792526c6

View File

@ -35,15 +35,14 @@ guide in the GLFW documentation.
GLFW bundles a number of dependencies in the `deps/` directory.
The following dependencies are needed by GLFW:
- [Khronos extension headers](https://www.opengl.org/registry/)
The following dependencies are needed by the examples and test programs:
- [getopt\_port](https://github.com/kimgr/getopt_port/) for getopt
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threading
- An OpenGL loader generated by [glad](https://github.com/Dav1dde/glad)
- [Khronos extension headers](https://www.opengl.org/registry/) for API
extension symbols used by GLFW
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
with command-line options
- [TinyCThread](https://gitorious.org/tinythread/tinycthread/) for threaded
examples
- An OpenGL 3.2 core loader generated by
[glad](https://github.com/Dav1dde/glad) for examples using modern OpenGL
## Changelog