Skip to main content

Mesa

Mesa is an open-source implementation of OpenGL-like APIs, providing a 3D graphics library implementation that supports OpenGL, Vulkan, and other graphics APIs. It is widely used in Linux systems and supports various hardware platforms. Mesa aims to provide high-performance and high-compatibility graphics processing capabilities, including multiple drivers for Intel, AMD, NVIDIA, and other vendors' graphics hardware.


# https://archive.mesa3d.org/
tar -xf mesa-23.3.4.tar.xz
export C_INCLUDE_PATH=$HOME/software/mesa-23.3.4/include:$C_INCLUDE_PATH

ERROR:

../core/openGL/GL.h:67:14:fatal error:GL/osmesa.h: No such file or directory
| #include <GL/osmesa.h>