How to Install libglew-dev in Ubuntu 18.04



Install libglew-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libglew-dev

Description:

OpenGL Extension Wrangler - development environment

The OpenGL Extension Wrangler, GLEW for short, is a library that handles initialization of OpenGL extensions in a portable and simple way. Once the program initializes the library and checks the availability of extensions, it can safely call the entry points defined by the extension. Currently GLEW supports almost all the extensions found in the OpenGL extension registry (http://www.opengl.org/registry). . This package contains the development documentation as well as the required header files.

Homepage: http://glew.sourceforge.net

Version: 2.0.0-5

Section: universe/libdevel