From f62084ffea6007771bbf5d2f5f17be95efaf03ec Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sat, 24 Oct 2015 21:46:19 +0200 Subject: [PATCH] Clarify library dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b231e659..28695164 100644 --- a/README.md +++ b/README.md @@ -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