Skip to content
Snippets Groups Projects
Commit f62084ff authored by Camilla Löwy's avatar Camilla Löwy
Browse files

Clarify library dependencies

parent 88660fdf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment