Clarify library dependencies

This commit is contained in:
Camilla Berglund 2015-10-24 21:46:19 +02:00
parent 88660fdf64
commit f62084ffea

View File

@ -45,7 +45,12 @@ This will help both us and other people experiencing the same bug.
## Dependencies
GLFW bundles a number of dependencies in the `deps/` directory.
GLFW itself needs only the headers and libraries for your window system. It
does not need the headers for any context creation API (WGL, GLX, EGL, NSGL) or
client API (OpenGL, OpenGL ES) to enable support for them.
GLFW bundles a number of dependencies in the `deps/` directory. These are only
used by the tests and examples and are not required to build the library.
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
with command-line options