From: Erik Faye-Lund Date: Tue, 4 Jun 2019 13:42:46 +0000 (+0200) Subject: docs: switch to definition list and code-tags X-Git-Tag: upstream/19.3.0~5789 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b16e593f79c354f79f7baf69c8441928a77fedb8;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/docs/faq.html b/docs/faq.html index cbf1370..67eda94 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,