mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Clarify library dependencies
This commit is contained in:
parent
88660fdf64
commit
f62084ffea
@ -45,7 +45,12 @@ This will help both us and other people experiencing the same bug.
|
|||||||
|
|
||||||
## Dependencies
|
## 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
|
- [getopt\_port](https://github.com/kimgr/getopt_port/) for examples
|
||||||
with command-line options
|
with command-line options
|
||||||
|
Loading…
Reference in New Issue
Block a user