Skip to content
Snippets Groups Projects
Commit 14ad79f0 authored by Emmanuel Gil Peyrot's avatar Emmanuel Gil Peyrot
Browse files

Documentation work

Added missing compilation instructions for Wayland build.
parent f9b0dc98
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,19 @@ Once you have installed the necessary packages, move on to @ref
compile_generate.
@subsubsection compile_deps_wayland Dependencies for Linux and Wayland
To compile GLFW for Wayland, you need to have the Wayland packages installed,
as well as the basic development tools like GCC and make. For example, on
Ubuntu and other distributions based on Debian GNU/Linux, you need to install
the `libwayland-dev` package, which contains all Wayland headers and pulls in
wayland-scanner, as well as the `wayland-protocols` and `extra-cmake-modules`
packages.
Once you have installed the necessary packages, move on to @ref
compile_generate.
@subsection compile_deps_osmesa Dependencies for Linux and OSMesa
To compile GLFW for OSMesa, you need to install the OSMesa library and header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment