From b16e593f79c354f79f7baf69c8441928a77fedb8 Mon Sep 17 00:00:00 2001
From: Erik Faye-Lund
Date: Tue, 4 Jun 2019 15:42:46 +0200
Subject: [PATCH] docs: switch to definition list and code-tags
A definition list is a better semantic match for what this list is
supposed to convey, so let's use that instead. And while we're at it,
let's add some code-tags around filenames, as they stand a bit more out
that way.
Signed-off-by: Erik Faye-Lund
Reviewed-by: Emil Velikov
Reviewed-by: Eric Engestrom
---
docs/faq.html | 32 +++++++++++++++++++++-----------
1 file changed, 21 insertions(+), 11 deletions(-)
diff --git a/docs/faq.html b/docs/faq.html
index cbf1370220a..67eda94c10a 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -207,18 +207,28 @@ On Linux-based systems you'll want to follow the
Linux ABI standard.
Basically you'll want the following:
-
-- /usr/include/GL/gl.h - the main OpenGL header
-
- /usr/include/GL/glu.h - the OpenGL GLU (utility) header
-
- /usr/include/GL/glx.h - the OpenGL GLX header
-
- /usr/include/GL/glext.h - the OpenGL extensions header
-
- /usr/include/GL/glxext.h - the OpenGL GLX extensions header
-
- /usr/include/GL/osmesa.h - the Mesa off-screen rendering header
-
- /usr/lib/libGL.so - a symlink to libGL.so.1
-
- /usr/lib/libGL.so.1 - a symlink to libGL.so.1.xyz
-
- /usr/lib/libGL.so.xyz - the actual OpenGL/Mesa library. xyz denotes the
+
+/usr/include/GL/gl.h
+- the main OpenGL header
+/usr/include/GL/glu.h
+- the OpenGL GLU (utility) header
+/usr/include/GL/glx.h
+- the OpenGL GLX header
+/usr/include/GL/glext.h
+- the OpenGL extensions header
+/usr/include/GL/glxext.h
+- the OpenGL GLX extensions header
+/usr/include/GL/osmesa.h
+- the Mesa off-screen rendering header
+/usr/lib/libGL.so
+- a symlink to
libGL.so.1
+/usr/lib/libGL.so.1
+- a symlink to
libGL.so.1.xyz
+/usr/lib/libGL.so.xyz
+- the actual OpenGL/Mesa library. xyz denotes the
Mesa version number.
-
+
+
When configuring Mesa, there are three meson options that affect the install
location that you should take care with: --prefix
,
--
2.30.2