diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2022-05-05 15:29:09 +1000 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-06-14 00:39:24 +0000 |
commit | cda1e9622073bac5aabf53f68b5c87f1c35c417e (patch) | |
tree | 6e85055b28ccbfaa6c5fab9303ee888f56f3a11c | |
parent | 05b073cce7899cd4596b7df40e27d291e1b325d4 (diff) |
Update OpenGL headers url in docs
There is no longer a download link on that page so just point
people to github
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/664>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ Install MinGW-w64 https://mingw-w64.org/ Download OpenGL Core API and Extension Header Files. -http://www.opengl.org/registry/#headers +https://github.com/KhronosGroup/OpenGL-Registry Pass `-DGLEXT_INCLUDE_DIR=/path/to/headers` Install python mako. |