From ece806d07a6bda0d2cfbb933f66a06ca95025b37 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 3 Feb 2021 12:11:10 +0100 Subject: [PATCH] docs: lex / yacc -> Lex / Yacc These are names, so use proper nouns for them. Acked-by: Matt Turner Part-of: --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index d4518f90f20..2f20fdfd75c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -38,7 +38,7 @@ Third party/extra tools. - `Python `__ - Python 3.5 or newer is required. - `Python Mako module `__ - Python Mako module is required. Version 0.8.0 or later should work. -- lex / yacc - for building the Mesa IR and GLSL compiler. +- 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