mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Expanded section on X11 and Mesa packages.
This commit is contained in:
parent
68bd6687d6
commit
d318de7c00
@ -29,8 +29,10 @@ To compile GLFW and the accompanying example programs, you will need the
|
||||
To compile GLFW for X11 and GLX, you need to have the X and OpenGL header
|
||||
packages installed. For example, on Ubuntu and other distributions based on
|
||||
Debian GNU/Linux, you need to install the `xorg-dev` and `libglu1-mesa-dev`
|
||||
packages. Note that using header files from Mesa *will not* tie your binary to
|
||||
the Mesa implementation of OpenGL.
|
||||
packages. The former pulls in all X.org header packages and the latter
|
||||
pulls in the Mesa OpenGL and GLU packages. Note that using header files and
|
||||
libraries from Mesa during compilation *will not* tie your binaries to the Mesa
|
||||
implementation of OpenGL.
|
||||
|
||||
|
||||
### CMake options
|
||||
|
Loading…
Reference in New Issue
Block a user