You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ian McInerney bcb93e9aa7 Modernize setting of compiler definitions in CMake 3 years ago
..
include/GL Introduce EGL backend support for the OpenGL canvas 5 years ago
src Introduce EGL backend support for the OpenGL canvas 5 years ago
CMakeLists.txt Modernize setting of compiler definitions in CMake 3 years ago
LICENSE.txt Introduce EGL backend support for the OpenGL canvas 5 years ago
README.md Introduce EGL backend support for the OpenGL canvas 5 years ago

README.md

This directory contains the source code and includes for the GLEW library (https://github.com/nigels-com/glew). This library is normally dynamically linked to KiCad on all platforms, but wxWidgets 3.1.5+ on Linux requires GLEW compiled with EGL support and most distributions do not supply this (since compiling GLEW for EGL is mutually exclusive with GLEW for X11).

The source files are generated from the GLEW repo, or can be pulled from a recent GLEW release.

As of November 10, 2020 this GLEW version was pulled from its GitHub repository and is what should be version upstream version 2.2.0.

This library is licensed under BSD and MIT licenses, with the actual license text given in the LICENSE file in this directory.