From c0dfe8c6dfd913011d4637a05d93e36a8425dbea Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 6 Jun 2019 11:19:08 +0200 Subject: [PATCH] docs: do not use div for line-breaking HTML has the

-tag for this purpose. It adds some margins, but that just makes this read better, IMO. Signed-off-by: Erik Faye-Lund Reviewed-by: Eric Engestrom --- docs/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.html b/docs/install.html index 58822de..18144b8 100644 --- a/docs/install.html +++ b/docs/install.html @@ -79,14 +79,14 @@ When building with meson 3.5 or newer is required. Python Mako module is required. Version 0.8.0 or later should work.

  • lex / yacc - for building the Mesa IR and GLSL compiler. -
    +

    On Linux systems, flex and bison versions 2.5.35 and 2.4.1, respectively, (or later) should work. On Windows with MinGW, install flex and bison with:

    mingw-get install msys-flex msys-bison
    For MSVC on Windows, install Win flex-bison. -
    +

    Note: Some versions can be buggy (eg. flex 2.6.2) so do try others if things fail.

    -- 2.7.4