From 14ad79f0355e5c5b9cafc132bb2dc859198537ce Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 29 Jan 2018 03:25:24 +0100 Subject: [PATCH] Documentation work Added missing compilation instructions for Wayland build. --- docs/compile.dox | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/compile.dox b/docs/compile.dox index 4486156e..0eed2411 100644 --- a/docs/compile.dox +++ b/docs/compile.dox @@ -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