From 77f0a4bdc2daf9edf78c39d742f0c3ab8fad6157 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 11 Oct 2015 16:21:57 -0400 Subject: [PATCH] document GLCXX_GL_INCLUDE macro in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 391c8c3..377b3b4 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ with the project. The top-level `include` directory needs to be added to the C++ include path, and the *.cpp sources under the `src` directory need to be compiled and linked with the project. +glcxx headers need access to an OpenGL header. The integrating project should +define the macro `GLCXX_GL_INCLUDE` to a string naming the include file to use. + ## License glcxx is licensed under the [MIT License](LICENSE).